home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 2 / BBS in a box - Trilogy II.iso / Files / Hyper / Hy-Hyperi / HyperChess 1.0ß / HyperChess 1.0fl / cards.xml < prev    next >
Encoding:
Text File  |  1991-05-10  |  101.8 KB  |  3,395 lines

  1. card_6816.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>6816</id>
  6.     <filler1>0</filler1>
  7.     <bitmap>BMAP_7881.pbm</bitmap>
  8.     <cantDelete> <false /> </cantDelete>
  9.     <showPict> <true /> </showPict>
  10.     <dontSearch> <false /> </dontSearch>
  11.     <owner>6510</owner>
  12.     <link rel="stylesheet" type="text/css" href="stylesheet_3434.css" />
  13.     <content>
  14.         <layer>background</layer>
  15.         <id>2</id>
  16.         <text><span class="style16">y Doug Hanley
  17. </span><span class="style18">Copyright ¬©1991</span><span class="style17"> </span><span class="style21">Grr</span><span class="style17">-</span><span class="style16">aphic Interfaces</span></text>
  18.     </content>
  19.     <content>
  20.         <layer>background</layer>
  21.         <id>3</id>
  22.         <text>Version 1.0√ü</text>
  23.     </content>
  24.     <name></name>
  25.     <script>On Opencard
  26. show Field "Name"
  27. show Field "Version"
  28. play "Only you a"
  29. play "Only you b"
  30. play "Only you a"
  31. End opencard
  32.  
  33. On Mouseup
  34. hide field "Name"
  35. hide Field "version"
  36. answer "How about a nice game of Chess?" with "Cancel" or "Yes"
  37. if it is "yes"
  38. then go next card
  39. end mouseup
  40.  
  41. On Idle
  42. play "Only you a"
  43. play "Only you b"
  44. play "Only you a"
  45. end idle
  46.  
  47. </script>
  48. </card>
  49.  
  50.  
  51. card_6150.xml
  52. <?xml version="1.0" encoding="utf-8" ?>
  53. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  54. <card>
  55.     <id>6150</id>
  56.     <filler1>0</filler1>
  57.     <cantDelete> <false /> </cantDelete>
  58.     <showPict> <true /> </showPict>
  59.     <dontSearch> <false /> </dontSearch>
  60.     <owner>2581</owner>
  61.     <link rel="stylesheet" type="text/css" href="stylesheet_3434.css" />
  62.     <part>
  63.         <id>3</id>
  64.         <type>button</type>
  65.         <visible> <true /> </visible>
  66.         <reserved5> 0 </reserved5>
  67.         <reserved4> 0 </reserved4>
  68.         <reserved3> 0 </reserved3>
  69.         <reserved2> 0 </reserved2>
  70.         <reserved1> 0 </reserved1>
  71.         <enabled> <true /> </enabled>
  72.         <rect>
  73.             <left>299</left>
  74.             <top>299</top>
  75.             <right>334</right>
  76.             <bottom>334</bottom>
  77.         </rect>
  78.         <style>transparent</style>
  79.         <showName> <false /> </showName>
  80.         <highlight> <false /> </highlight>
  81.         <autoHighlight> <false /> </autoHighlight>
  82.         <sharedHighlight> <true /> </sharedHighlight>
  83.         <family>0</family>
  84.         <titleWidth>0</titleWidth>
  85.         <icon>16145</icon>
  86.         <textAlign>center</textAlign>
  87.         <font>Chicago</font>
  88.         <textSize>12</textSize>
  89.         <textStyle>plain</textStyle>
  90.         <name>White King</name>
  91.         <script>on mouseDown
  92. repeat while the mouse is down
  93. set the loc of the target to the mouseloc
  94. end repeat
  95. end mouseDown
  96.  
  97. on mouseUp
  98. play "Click"
  99. centerPiece
  100. end mouseup
  101. </script>
  102.     </part>
  103.     <part>
  104.         <id>4</id>
  105.         <type>button</type>
  106.         <visible> <true /> </visible>
  107.         <reserved5> 0 </reserved5>
  108.         <reserved4> 0 </reserved4>
  109.         <reserved3> 0 </reserved3>
  110.         <reserved2> 0 </reserved2>
  111.         <reserved1> 0 </reserved1>
  112.         <enabled> <true /> </enabled>
  113.         <rect>
  114.             <left>256</left>
  115.             <top>299</top>
  116.             <right>292</right>
  117.             <bottom>334</bottom>
  118.         </rect>
  119.         <style>transparent</style>
  120.         <showName> <false /> </showName>
  121.         <highlight> <false /> </highlight>
  122.         <autoHighlight> <false /> </autoHighlight>
  123.         <sharedHighlight> <true /> </sharedHighlight>
  124.         <family>0</family>
  125.         <titleWidth>0</titleWidth>
  126.         <icon>27947</icon>
  127.         <textAlign>center</textAlign>
  128.         <font>Chicago</font>
  129.         <textSize>12</textSize>
  130.         <textStyle>plain</textStyle>
  131.         <name>White Queen</name>
  132.         <script>on mouseDown
  133. repeat while the mouse is down
  134. set the loc of the target to the mouseloc
  135. end repeat
  136. end mouseDown
  137.  
  138. on mouseUp
  139. play "Click"
  140. centerPiece
  141. end mouseup
  142. </script>
  143.     </part>
  144.     <part>
  145.         <id>5</id>
  146.         <type>button</type>
  147.         <visible> <true /> </visible>
  148.         <reserved5> 0 </reserved5>
  149.         <reserved4> 0 </reserved4>
  150.         <reserved3> 0 </reserved3>
  151.         <reserved2> 0 </reserved2>
  152.         <reserved1> 0 </reserved1>
  153.         <enabled> <true /> </enabled>
  154.         <rect>
  155.             <left>215</left>
  156.             <top>299</top>
  157.             <right>249</right>
  158.             <bottom>334</bottom>
  159.         </rect>
  160.         <style>transparent</style>
  161.         <showName> <false /> </showName>
  162.         <highlight> <false /> </highlight>
  163.         <autoHighlight> <false /> </autoHighlight>
  164.         <sharedHighlight> <true /> </sharedHighlight>
  165.         <family>0</family>
  166.         <titleWidth>0</titleWidth>
  167.         <icon>30724</icon>
  168.         <textAlign>center</textAlign>
  169.         <font>Chicago</font>
  170.         <textSize>12</textSize>
  171.         <textStyle>plain</textStyle>
  172.         <name>White Bishop1</name>
  173.         <script>on mouseDown
  174. repeat while the mouse is down
  175. set the loc of the target to the mouseloc
  176. end repeat
  177. end mouseDown
  178.  
  179. on mouseUp
  180. play "Click"
  181. centerPiece
  182. end mouseup
  183. </script>
  184.     </part>
  185.     <part>
  186.         <id>6</id>
  187.         <type>button</type>
  188.         <visible> <true /> </visible>
  189.         <reserved5> 0 </reserved5>
  190.         <reserved4> 0 </reserved4>
  191.         <reserved3> 0 </reserved3>
  192.         <reserved2> 0 </reserved2>
  193.         <reserved1> 0 </reserved1>
  194.         <enabled> <true /> </enabled>
  195.         <rect>
  196.             <left>175</left>
  197.             <top>298</top>
  198.             <right>206</right>
  199.             <bottom>334</bottom>
  200.         </rect>
  201.         <style>transparent</style>
  202.         <showName> <false /> </showName>
  203.         <highlight> <false /> </highlight>
  204.         <autoHighlight> <false /> </autoHighlight>
  205.         <sharedHighlight> <true /> </sharedHighlight>
  206.         <family>0</family>
  207.         <titleWidth>0</titleWidth>
  208.         <icon>4614</icon>
  209.         <textAlign>center</textAlign>
  210.         <font>Chicago</font>
  211.         <textSize>12</textSize>
  212.         <textStyle>plain</textStyle>
  213.         <name>White Knight1</name>
  214.         <script>on mouseDown
  215. repeat while the mouse is down
  216. set the loc of the target to the mouseloc
  217. end repeat
  218. end mouseDown
  219.  
  220. on mouseUp
  221. play "Knight"
  222. centerPiece
  223. end mouseup
  224. </script>
  225.     </part>
  226.     <part>
  227.         <id>7</id>
  228.         <type>button</type>
  229.         <visible> <true /> </visible>
  230.         <reserved5> 0 </reserved5>
  231.         <reserved4> 0 </reserved4>
  232.         <reserved3> 0 </reserved3>
  233.         <reserved2> 0 </reserved2>
  234.         <reserved1> 0 </reserved1>
  235.         <enabled> <true /> </enabled>
  236.         <rect>
  237.             <left>136</left>
  238.             <top>258</top>
  239.             <right>160</right>
  240.             <bottom>291</bottom>
  241.         </rect>
  242.         <style>transparent</style>
  243.         <showName> <false /> </showName>
  244.         <highlight> <false /> </highlight>
  245.         <autoHighlight> <false /> </autoHighlight>
  246.         <sharedHighlight> <true /> </sharedHighlight>
  247.         <family>0</family>
  248.         <titleWidth>0</titleWidth>
  249.         <icon>23927</icon>
  250.         <textAlign>center</textAlign>
  251.         <font>Chicago</font>
  252.         <textSize>12</textSize>
  253.         <textStyle>plain</textStyle>
  254.         <name>White Pawn1</name>
  255.         <script>on mouseDown
  256. repeat while the mouse is down
  257. set the loc of the target to the mouseloc
  258. end repeat
  259. end mouseDown
  260.  
  261. on mouseUp
  262. play "Click2"
  263. centerPiece
  264. end mouseup
  265. </script>
  266.     </part>
  267.     <part>
  268.         <id>8</id>
  269.         <type>button</type>
  270.         <visible> <true /> </visible>
  271.         <reserved5> 0 </reserved5>
  272.         <reserved4> 0 </reserved4>
  273.         <reserved3> 0 </reserved3>
  274.         <reserved2> 0 </reserved2>
  275.         <reserved1> 0 </reserved1>
  276.         <enabled> <true /> </enabled>
  277.         <rect>
  278.             <left>135</left>
  279.             <top>299</top>
  280.             <right>162</right>
  281.             <bottom>333</bottom>
  282.         </rect>
  283.         <style>transparent</style>
  284.         <showName> <false /> </showName>
  285.         <highlight> <false /> </highlight>
  286.         <autoHighlight> <false /> </autoHighlight>
  287.         <sharedHighlight> <true /> </sharedHighlight>
  288.         <family>0</family>
  289.         <titleWidth>0</titleWidth>
  290.         <icon>30036</icon>
  291.         <textAlign>center</textAlign>
  292.         <font>Chicago</font>
  293.         <textSize>12</textSize>
  294.         <textStyle>plain</textStyle>
  295.         <name>White Rook1</name>
  296.         <script>on mouseDown
  297. repeat while the mouse is down
  298. set the loc of the target to the mouseloc
  299. end repeat
  300. end mouseDown
  301.  
  302. on mouseUp
  303. play "Click"
  304. centerPiece
  305. end mouseup
  306. </script>
  307.     </part>
  308.     <part>
  309.         <id>9</id>
  310.         <type>button</type>
  311.         <visible> <true /> </visible>
  312.         <reserved5> 0 </reserved5>
  313.         <reserved4> 0 </reserved4>
  314.         <reserved3> 0 </reserved3>
  315.         <reserved2> 0 </reserved2>
  316.         <reserved1> 0 </reserved1>
  317.         <enabled> <true /> </enabled>
  318.         <rect>
  319.             <left>299</left>
  320.             <top>5</top>
  321.             <right>334</right>
  322.             <bottom>40</bottom>
  323.         </rect>
  324.         <style>transparent</style>
  325.         <showName> <false /> </showName>
  326.         <highlight> <false /> </highlight>
  327.         <autoHighlight> <false /> </autoHighlight>
  328.         <sharedHighlight> <true /> </sharedHighlight>
  329.         <family>0</family>
  330.         <titleWidth>0</titleWidth>
  331.         <icon>16113</icon>
  332.         <textAlign>center</textAlign>
  333.         <font>Chicago</font>
  334.         <textSize>12</textSize>
  335.         <textStyle>plain</textStyle>
  336.         <name>Black King</name>
  337.         <script>on mouseDown
  338. repeat while the mouse is down
  339. set the loc of the target to the mouseloc
  340. end repeat
  341. end mouseDown
  342.  
  343. on mouseUp
  344. play "Click"
  345. centerPiece
  346. end mouseup
  347. </script>
  348.     </part>
  349.     <part>
  350.         <id>10</id>
  351.         <type>button</type>
  352.         <visible> <true /> </visible>
  353.         <reserved5> 0 </reserved5>
  354.         <reserved4> 0 </reserved4>
  355.         <reserved3> 0 </reserved3>
  356.         <reserved2> 0 </reserved2>
  357.         <reserved1> 0 </reserved1>
  358.         <enabled> <true /> </enabled>
  359.         <rect>
  360.             <left>258</left>
  361.             <top>5</top>
  362.             <right>291</right>
  363.             <bottom>40</bottom>
  364.         </rect>
  365.         <style>transparent</style>
  366.         <showName> <false /> </showName>
  367.         <highlight> <false /> </highlight>
  368.         <autoHighlight> <false /> </autoHighlight>
  369.         <sharedHighlight> <true /> </sharedHighlight>
  370.         <family>0</family>
  371.         <titleWidth>0</titleWidth>
  372.         <icon>14</icon>
  373.         <textAlign>center</textAlign>
  374.         <font>Chicago</font>
  375.         <textSize>12</textSize>
  376.         <textStyle>plain</textStyle>
  377.         <name>Black Queen</name>
  378.         <script>on mouseDown
  379. repeat while the mouse is down
  380. set the loc of the target to the mouseloc
  381. end repeat
  382. end mouseDown
  383.  
  384. on mouseUp
  385. play "Click"
  386. centerPiece
  387. end mouseup
  388. </script>
  389.     </part>
  390.     <part>
  391.         <id>11</id>
  392.         <type>button</type>
  393.         <visible> <true /> </visible>
  394.         <reserved5> 0 </reserved5>
  395.         <reserved4> 0 </reserved4>
  396.         <reserved3> 0 </reserved3>
  397.         <reserved2> 0 </reserved2>
  398.         <reserved1> 0 </reserved1>
  399.         <enabled> <true /> </enabled>
  400.         <rect>
  401.             <left>214</left>
  402.             <top>5</top>
  403.             <right>250</right>
  404.             <bottom>40</bottom>
  405.         </rect>
  406.         <style>transparent</style>
  407.         <showName> <false /> </showName>
  408.         <highlight> <false /> </highlight>
  409.         <autoHighlight> <false /> </autoHighlight>
  410.         <sharedHighlight> <true /> </sharedHighlight>
  411.         <family>0</family>
  412.         <titleWidth>0</titleWidth>
  413.         <icon>11762</icon>
  414.         <textAlign>center</textAlign>
  415.         <font>Chicago</font>
  416.         <textSize>12</textSize>
  417.         <textStyle>plain</textStyle>
  418.         <name>Black Bishop1</name>
  419.         <script>on mouseDown
  420. repeat while the mouse is down
  421. set the loc of the target to the mouseloc
  422. end repeat
  423. end mouseDown
  424.  
  425. on mouseUp
  426. play "Click"
  427. centerPiece
  428. end mouseup
  429. </script>
  430.     </part>
  431.     <part>
  432.         <id>12</id>
  433.         <type>button</type>
  434.         <visible> <true /> </visible>
  435.         <reserved5> 0 </reserved5>
  436.         <reserved4> 0 </reserved4>
  437.         <reserved3> 0 </reserved3>
  438.         <reserved2> 0 </reserved2>
  439.         <reserved1> 0 </reserved1>
  440.         <enabled> <true /> </enabled>
  441.         <rect>
  442.             <left>175</left>
  443.             <top>4</top>
  444.             <right>206</right>
  445.             <bottom>40</bottom>
  446.         </rect>
  447.         <style>transparent</style>
  448.         <showName> <false /> </showName>
  449.         <highlight> <false /> </highlight>
  450.         <autoHighlight> <false /> </autoHighlight>
  451.         <sharedHighlight> <true /> </sharedHighlight>
  452.         <family>0</family>
  453.         <titleWidth>0</titleWidth>
  454.         <icon>2548</icon>
  455.         <textAlign>center</textAlign>
  456.         <font>Chicago</font>
  457.         <textSize>12</textSize>
  458.         <textStyle>plain</textStyle>
  459.         <name>Black Knight1</name>
  460.         <script>on mouseDown
  461. repeat while the mouse is down
  462. set the loc of the target to the mouseloc
  463. end repeat
  464. end mouseDown
  465.  
  466. on mouseUp
  467. play "Knight"
  468. centerPiece
  469. end mouseup
  470. </script>
  471.     </part>
  472.     <part>
  473.         <id>13</id>
  474.         <type>button</type>
  475.         <visible> <true /> </visible>
  476.         <reserved5> 0 </reserved5>
  477.         <reserved4> 0 </reserved4>
  478.         <reserved3> 0 </reserved3>
  479.         <reserved2> 0 </reserved2>
  480.         <reserved1> 0 </reserved1>
  481.         <enabled> <true /> </enabled>
  482.         <rect>
  483.             <left>135</left>
  484.             <top>6</top>
  485.             <right>162</right>
  486.             <bottom>39</bottom>
  487.         </rect>
  488.         <style>transparent</style>
  489.         <showName> <false /> </showName>
  490.         <highlight> <false /> </highlight>
  491.         <autoHighlight> <false /> </autoHighlight>
  492.         <sharedHighlight> <true /> </sharedHighlight>
  493.         <family>0</family>
  494.         <titleWidth>0</titleWidth>
  495.         <icon>484</icon>
  496.         <textAlign>center</textAlign>
  497.         <font>Chicago</font>
  498.         <textSize>12</textSize>
  499.         <textStyle>plain</textStyle>
  500.         <name>Black Rook1</name>
  501.         <script>on mouseDown
  502. repeat while the mouse is down
  503. set the loc of the target to the mouseloc
  504. end repeat
  505. end mouseDown
  506.  
  507. on mouseUp
  508. play "Click"
  509. centerPiece
  510. end mouseup
  511. </script>
  512.     </part>
  513.     <part>
  514.         <id>14</id>
  515.         <type>button</type>
  516.         <visible> <true /> </visible>
  517.         <reserved5> 0 </reserved5>
  518.         <reserved4> 0 </reserved4>
  519.         <reserved3> 0 </reserved3>
  520.         <reserved2> 0 </reserved2>
  521.         <reserved1> 0 </reserved1>
  522.         <enabled> <true /> </enabled>
  523.         <rect>
  524.             <left>136</left>
  525.             <top>48</top>
  526.             <right>160</right>
  527.             <bottom>81</bottom>
  528.         </rect>
  529.         <style>transparent</style>
  530.         <showName> <false /> </showName>
  531.         <highlight> <false /> </highlight>
  532.         <autoHighlight> <false /> </autoHighlight>
  533.         <sharedHighlight> <true /> </sharedHighlight>
  534.         <family>0</family>
  535.         <titleWidth>0</titleWidth>
  536.         <icon>9813</icon>
  537.         <textAlign>center</textAlign>
  538.         <font>Chicago</font>
  539.         <textSize>12</textSize>
  540.         <textStyle>plain</textStyle>
  541.         <name>Black Pawn1</name>
  542.         <script>on mouseDown
  543. repeat while the mouse is down
  544. set the loc of the target to the mouseloc
  545. end repeat
  546. end mouseDown
  547.  
  548. on mouseUp
  549. play "Click2"
  550. centerPiece
  551. end mouseup
  552. </script>
  553.     </part>
  554.     <part>
  555.         <id>16</id>
  556.         <type>button</type>
  557.         <visible> <true /> </visible>
  558.         <reserved5> 0 </reserved5>
  559.         <reserved4> 0 </reserved4>
  560.         <reserved3> 0 </reserved3>
  561.         <reserved2> 0 </reserved2>
  562.         <reserved1> 0 </reserved1>
  563.         <enabled> <true /> </enabled>
  564.         <rect>
  565.             <left>178</left>
  566.             <top>258</top>
  567.             <right>202</right>
  568.             <bottom>291</bottom>
  569.         </rect>
  570.         <style>transparent</style>
  571.         <showName> <false /> </showName>
  572.         <highlight> <false /> </highlight>
  573.         <autoHighlight> <false /> </autoHighlight>
  574.         <sharedHighlight> <true /> </sharedHighlight>
  575.         <family>0</family>
  576.         <titleWidth>0</titleWidth>
  577.         <icon>23927</icon>
  578.         <textAlign>center</textAlign>
  579.         <font>Chicago</font>
  580.         <textSize>12</textSize>
  581.         <textStyle>plain</textStyle>
  582.         <name>White Pawn2</name>
  583.         <script>on mouseDown
  584. repeat while the mouse is down
  585. set the loc of the target to the mouseloc
  586. end repeat
  587. end mouseDown
  588.  
  589. on mouseUp
  590. play "Click2"
  591. centerPiece
  592. end mouseup
  593. </script>
  594.     </part>
  595.     <part>
  596.         <id>17</id>
  597.         <type>button</type>
  598.         <visible> <true /> </visible>
  599.         <reserved5> 0 </reserved5>
  600.         <reserved4> 0 </reserved4>
  601.         <reserved3> 0 </reserved3>
  602.         <reserved2> 0 </reserved2>
  603.         <reserved1> 0 </reserved1>
  604.         <enabled> <true /> </enabled>
  605.         <rect>
  606.             <left>220</left>
  607.             <top>258</top>
  608.             <right>244</right>
  609.             <bottom>291</bottom>
  610.         </rect>
  611.         <style>transparent</style>
  612.         <showName> <false /> </showName>
  613.         <highlight> <false /> </highlight>
  614.         <autoHighlight> <false /> </autoHighlight>
  615.         <sharedHighlight> <true /> </sharedHighlight>
  616.         <family>0</family>
  617.         <titleWidth>0</titleWidth>
  618.         <icon>23927</icon>
  619.         <textAlign>center</textAlign>
  620.         <font>Chicago</font>
  621.         <textSize>12</textSize>
  622.         <textStyle>plain</textStyle>
  623.         <name>White Pawn3</name>
  624.         <script>on mouseDown
  625. repeat while the mouse is down
  626. set the loc of the target to the mouseloc
  627. end repeat
  628. end mouseDown
  629.  
  630. on mouseUp
  631. play "Click2"
  632. centerPiece
  633. end mouseup
  634. </script>
  635.     </part>
  636.     <part>
  637.         <id>18</id>
  638.         <type>button</type>
  639.         <visible> <true /> </visible>
  640.         <reserved5> 0 </reserved5>
  641.         <reserved4> 0 </reserved4>
  642.         <reserved3> 0 </reserved3>
  643.         <reserved2> 0 </reserved2>
  644.         <reserved1> 0 </reserved1>
  645.         <enabled> <true /> </enabled>
  646.         <rect>
  647.             <left>262</left>
  648.             <top>258</top>
  649.             <right>286</right>
  650.             <bottom>291</bottom>
  651.         </rect>
  652.         <style>transparent</style>
  653.         <showName> <false /> </showName>
  654.         <highlight> <false /> </highlight>
  655.         <autoHighlight> <false /> </autoHighlight>
  656.         <sharedHighlight> <true /> </sharedHighlight>
  657.         <family>0</family>
  658.         <titleWidth>0</titleWidth>
  659.         <icon>23927</icon>
  660.         <textAlign>center</textAlign>
  661.         <font>Chicago</font>
  662.         <textSize>12</textSize>
  663.         <textStyle>plain</textStyle>
  664.         <name>White Pawn4</name>
  665.         <script>on mouseDown
  666. repeat while the mouse is down
  667. set the loc of the target to the mouseloc
  668. end repeat
  669. end mouseDown
  670.  
  671. on mouseUp
  672. play "Click2"
  673. centerPiece
  674. end mouseup
  675. </script>
  676.     </part>
  677.     <part>
  678.         <id>19</id>
  679.         <type>button</type>
  680.         <visible> <true /> </visible>
  681.         <reserved5> 0 </reserved5>
  682.         <reserved4> 0 </reserved4>
  683.         <reserved3> 0 </reserved3>
  684.         <reserved2> 0 </reserved2>
  685.         <reserved1> 0 </reserved1>
  686.         <enabled> <true /> </enabled>
  687.         <rect>
  688.             <left>304</left>
  689.             <top>258</top>
  690.             <right>328</right>
  691.             <bottom>291</bottom>
  692.         </rect>
  693.         <style>transparent</style>
  694.         <showName> <false /> </showName>
  695.         <highlight> <false /> </highlight>
  696.         <autoHighlight> <false /> </autoHighlight>
  697.         <sharedHighlight> <true /> </sharedHighlight>
  698.         <family>0</family>
  699.         <titleWidth>0</titleWidth>
  700.         <icon>23927</icon>
  701.         <textAlign>center</textAlign>
  702.         <font>Chicago</font>
  703.         <textSize>12</textSize>
  704.         <textStyle>plain</textStyle>
  705.         <name>White Pawn5</name>
  706.         <script>on mouseDown
  707. repeat while the mouse is down
  708. set the loc of the target to the mouseloc
  709. end repeat
  710. end mouseDown
  711.  
  712. on mouseUp
  713. play "Click2"
  714. centerPiece
  715. end mouseup
  716. </script>
  717.     </part>
  718.     <part>
  719.         <id>20</id>
  720.         <type>button</type>
  721.         <visible> <true /> </visible>
  722.         <reserved5> 0 </reserved5>
  723.         <reserved4> 0 </reserved4>
  724.         <reserved3> 0 </reserved3>
  725.         <reserved2> 0 </reserved2>
  726.         <reserved1> 0 </reserved1>
  727.         <enabled> <true /> </enabled>
  728.         <rect>
  729.             <left>346</left>
  730.             <top>258</top>
  731.             <right>370</right>
  732.             <bottom>291</bottom>
  733.         </rect>
  734.         <style>transparent</style>
  735.         <showName> <false /> </showName>
  736.         <highlight> <false /> </highlight>
  737.         <autoHighlight> <false /> </autoHighlight>
  738.         <sharedHighlight> <true /> </sharedHighlight>
  739.         <family>0</family>
  740.         <titleWidth>0</titleWidth>
  741.         <icon>23927</icon>
  742.         <textAlign>center</textAlign>
  743.         <font>Chicago</font>
  744.         <textSize>12</textSize>
  745.         <textStyle>plain</textStyle>
  746.         <name>White Pawn6</name>
  747.         <script>on mouseDown
  748. repeat while the mouse is down
  749. set the loc of the target to the mouseloc
  750. end repeat
  751. end mouseDown
  752.  
  753. on mouseUp
  754. play "Click2"
  755. centerPiece
  756. end mouseup
  757. </script>
  758.     </part>
  759.     <part>
  760.         <id>21</id>
  761.         <type>button</type>
  762.         <visible> <true /> </visible>
  763.         <reserved5> 0 </reserved5>
  764.         <reserved4> 0 </reserved4>
  765.         <reserved3> 0 </reserved3>
  766.         <reserved2> 0 </reserved2>
  767.         <reserved1> 0 </reserved1>
  768.         <enabled> <true /> </enabled>
  769.         <rect>
  770.             <left>388</left>
  771.             <top>258</top>
  772.             <right>412</right>
  773.             <bottom>291</bottom>
  774.         </rect>
  775.         <style>transparent</style>
  776.         <showName> <false /> </showName>
  777.         <highlight> <false /> </highlight>
  778.         <autoHighlight> <false /> </autoHighlight>
  779.         <sharedHighlight> <true /> </sharedHighlight>
  780.         <family>0</family>
  781.         <titleWidth>0</titleWidth>
  782.         <icon>23927</icon>
  783.         <textAlign>center</textAlign>
  784.         <font>Chicago</font>
  785.         <textSize>12</textSize>
  786.         <textStyle>plain</textStyle>
  787.         <name>White Pawn7</name>
  788.         <script>on mouseDown
  789. repeat while the mouse is down
  790. set the loc of the target to the mouseloc
  791. end repeat
  792. end mouseDown
  793.  
  794. on mouseUp
  795. play "Click2"
  796. centerPiece
  797. end mouseup
  798. </script>
  799.     </part>
  800.     <part>
  801.         <id>22</id>
  802.         <type>button</type>
  803.         <visible> <true /> </visible>
  804.         <reserved5> 0 </reserved5>
  805.         <reserved4> 0 </reserved4>
  806.         <reserved3> 0 </reserved3>
  807.         <reserved2> 0 </reserved2>
  808.         <reserved1> 0 </reserved1>
  809.         <enabled> <true /> </enabled>
  810.         <rect>
  811.             <left>430</left>
  812.             <top>258</top>
  813.             <right>454</right>
  814.             <bottom>291</bottom>
  815.         </rect>
  816.         <style>transparent</style>
  817.         <showName> <false /> </showName>
  818.         <highlight> <false /> </highlight>
  819.         <autoHighlight> <false /> </autoHighlight>
  820.         <sharedHighlight> <true /> </sharedHighlight>
  821.         <family>0</family>
  822.         <titleWidth>0</titleWidth>
  823.         <icon>23927</icon>
  824.         <textAlign>center</textAlign>
  825.         <font>Chicago</font>
  826.         <textSize>12</textSize>
  827.         <textStyle>plain</textStyle>
  828.         <name>White Pawn8</name>
  829.         <script>on mouseDown
  830. repeat while the mouse is down
  831. set the loc of the target to the mouseloc
  832. end repeat
  833. end mouseDown
  834.  
  835. on mouseUp
  836. play "Click2"
  837. centerPiece
  838. end mouseup
  839. </script>
  840.     </part>
  841.     <part>
  842.         <id>23</id>
  843.         <type>button</type>
  844.         <visible> <true /> </visible>
  845.         <reserved5> 0 </reserved5>
  846.         <reserved4> 0 </reserved4>
  847.         <reserved3> 0 </reserved3>
  848.         <reserved2> 0 </reserved2>
  849.         <reserved1> 0 </reserved1>
  850.         <enabled> <true /> </enabled>
  851.         <rect>
  852.             <left>178</left>
  853.             <top>48</top>
  854.             <right>202</right>
  855.             <bottom>81</bottom>
  856.         </rect>
  857.         <style>transparent</style>
  858.         <showName> <false /> </showName>
  859.         <highlight> <false /> </highlight>
  860.         <autoHighlight> <false /> </autoHighlight>
  861.         <sharedHighlight> <true /> </sharedHighlight>
  862.         <family>0</family>
  863.         <titleWidth>0</titleWidth>
  864.         <icon>9813</icon>
  865.         <textAlign>center</textAlign>
  866.         <font>Chicago</font>
  867.         <textSize>12</textSize>
  868.         <textStyle>plain</textStyle>
  869.         <name>Black Pawn2</name>
  870.         <script>on mouseDown
  871. repeat while the mouse is down
  872. set the loc of the target to the mouseloc
  873. end repeat
  874. end mouseDown
  875.  
  876. on mouseUp
  877. centerPiece
  878. play "Click2"
  879. end mouseup
  880. </script>
  881.     </part>
  882.     <part>
  883.         <id>24</id>
  884.         <type>button</type>
  885.         <visible> <true /> </visible>
  886.         <reserved5> 0 </reserved5>
  887.         <reserved4> 0 </reserved4>
  888.         <reserved3> 0 </reserved3>
  889.         <reserved2> 0 </reserved2>
  890.         <reserved1> 0 </reserved1>
  891.         <enabled> <true /> </enabled>
  892.         <rect>
  893.             <left>220</left>
  894.             <top>48</top>
  895.             <right>244</right>
  896.             <bottom>81</bottom>
  897.         </rect>
  898.         <style>transparent</style>
  899.         <showName> <false /> </showName>
  900.         <highlight> <false /> </highlight>
  901.         <autoHighlight> <false /> </autoHighlight>
  902.         <sharedHighlight> <true /> </sharedHighlight>
  903.         <family>0</family>
  904.         <titleWidth>0</titleWidth>
  905.         <icon>9813</icon>
  906.         <textAlign>center</textAlign>
  907.         <font>Chicago</font>
  908.         <textSize>12</textSize>
  909.         <textStyle>plain</textStyle>
  910.         <name>Black Pawn3</name>
  911.         <script>on mouseDown
  912. repeat while the mouse is down
  913. set the loc of the target to the mouseloc
  914. end repeat
  915. end mouseDown
  916.  
  917. on mouseUp
  918. play "Click2"
  919. centerPiece
  920. end mouseup
  921. </script>
  922.     </part>
  923.     <part>
  924.         <id>25</id>
  925.         <type>button</type>
  926.         <visible> <true /> </visible>
  927.         <reserved5> 0 </reserved5>
  928.         <reserved4> 0 </reserved4>
  929.         <reserved3> 0 </reserved3>
  930.         <reserved2> 0 </reserved2>
  931.         <reserved1> 0 </reserved1>
  932.         <enabled> <true /> </enabled>
  933.         <rect>
  934.             <left>262</left>
  935.             <top>48</top>
  936.             <right>286</right>
  937.             <bottom>81</bottom>
  938.         </rect>
  939.         <style>transparent</style>
  940.         <showName> <false /> </showName>
  941.         <highlight> <false /> </highlight>
  942.         <autoHighlight> <false /> </autoHighlight>
  943.         <sharedHighlight> <true /> </sharedHighlight>
  944.         <family>0</family>
  945.         <titleWidth>0</titleWidth>
  946.         <icon>9813</icon>
  947.         <textAlign>center</textAlign>
  948.         <font>Chicago</font>
  949.         <textSize>12</textSize>
  950.         <textStyle>plain</textStyle>
  951.         <name>Black Pawn4</name>
  952.         <script>on mouseDown
  953. repeat while the mouse is down
  954. set the loc of the target to the mouseloc
  955. end repeat
  956. end mouseDown
  957.  
  958. on mouseUp
  959. play "Click2"
  960. centerPiece
  961. end mouseup
  962. </script>
  963.     </part>
  964.     <part>
  965.         <id>26</id>
  966.         <type>button</type>
  967.         <visible> <true /> </visible>
  968.         <reserved5> 0 </reserved5>
  969.         <reserved4> 0 </reserved4>
  970.         <reserved3> 0 </reserved3>
  971.         <reserved2> 0 </reserved2>
  972.         <reserved1> 0 </reserved1>
  973.         <enabled> <true /> </enabled>
  974.         <rect>
  975.             <left>304</left>
  976.             <top>48</top>
  977.             <right>328</right>
  978.             <bottom>81</bottom>
  979.         </rect>
  980.         <style>transparent</style>
  981.         <showName> <false /> </showName>
  982.         <highlight> <false /> </highlight>
  983.         <autoHighlight> <false /> </autoHighlight>
  984.         <sharedHighlight> <true /> </sharedHighlight>
  985.         <family>0</family>
  986.         <titleWidth>0</titleWidth>
  987.         <icon>9813</icon>
  988.         <textAlign>center</textAlign>
  989.         <font>Chicago</font>
  990.         <textSize>12</textSize>
  991.         <textStyle>plain</textStyle>
  992.         <name>Black Pawn5</name>
  993.         <script>on mouseDown
  994. repeat while the mouse is down
  995. set the loc of the target to the mouseloc
  996. end repeat
  997. end mouseDown
  998.  
  999. on mouseUp
  1000. play "Click2"
  1001. centerPiece
  1002. end mouseup
  1003. </script>
  1004.     </part>
  1005.     <part>
  1006.         <id>27</id>
  1007.         <type>button</type>
  1008.         <visible> <true /> </visible>
  1009.         <reserved5> 0 </reserved5>
  1010.         <reserved4> 0 </reserved4>
  1011.         <reserved3> 0 </reserved3>
  1012.         <reserved2> 0 </reserved2>
  1013.         <reserved1> 0 </reserved1>
  1014.         <enabled> <true /> </enabled>
  1015.         <rect>
  1016.             <left>346</left>
  1017.             <top>48</top>
  1018.             <right>370</right>
  1019.             <bottom>81</bottom>
  1020.         </rect>
  1021.         <style>transparent</style>
  1022.         <showName> <false /> </showName>
  1023.         <highlight> <false /> </highlight>
  1024.         <autoHighlight> <false /> </autoHighlight>
  1025.         <sharedHighlight> <true /> </sharedHighlight>
  1026.         <family>0</family>
  1027.         <titleWidth>0</titleWidth>
  1028.         <icon>9813</icon>
  1029.         <textAlign>center</textAlign>
  1030.         <font>Chicago</font>
  1031.         <textSize>12</textSize>
  1032.         <textStyle>plain</textStyle>
  1033.         <name>Black Pawn6</name>
  1034.         <script>on mouseDown
  1035. repeat while the mouse is down
  1036. set the loc of the target to the mouseloc
  1037. end repeat
  1038. end mouseDown
  1039.  
  1040. on mouseUp
  1041. play "Click2"
  1042. centerPiece
  1043. end mouseup
  1044. </script>
  1045.     </part>
  1046.     <part>
  1047.         <id>28</id>
  1048.         <type>button</type>
  1049.         <visible> <true /> </visible>
  1050.         <reserved5> 0 </reserved5>
  1051.         <reserved4> 0 </reserved4>
  1052.         <reserved3> 0 </reserved3>
  1053.         <reserved2> 0 </reserved2>
  1054.         <reserved1> 0 </reserved1>
  1055.         <enabled> <true /> </enabled>
  1056.         <rect>
  1057.             <left>388</left>
  1058.             <top>48</top>
  1059.             <right>412</right>
  1060.             <bottom>81</bottom>
  1061.         </rect>
  1062.         <style>transparent</style>
  1063.         <showName> <false /> </showName>
  1064.         <highlight> <false /> </highlight>
  1065.         <autoHighlight> <false /> </autoHighlight>
  1066.         <sharedHighlight> <true /> </sharedHighlight>
  1067.         <family>0</family>
  1068.         <titleWidth>0</titleWidth>
  1069.         <icon>9813</icon>
  1070.         <textAlign>center</textAlign>
  1071.         <font>Chicago</font>
  1072.         <textSize>12</textSize>
  1073.         <textStyle>plain</textStyle>
  1074.         <name>Black Pawn7</name>
  1075.         <script>on mouseDown
  1076. repeat while the mouse is down
  1077. set the loc of the target to the mouseloc
  1078. end repeat
  1079. end mouseDown
  1080.  
  1081. on mouseUp
  1082. play "Click2"
  1083. centerPiece
  1084. end mouseup
  1085. </script>
  1086.     </part>
  1087.     <part>
  1088.         <id>29</id>
  1089.         <type>button</type>
  1090.         <visible> <true /> </visible>
  1091.         <reserved5> 0 </reserved5>
  1092.         <reserved4> 0 </reserved4>
  1093.         <reserved3> 0 </reserved3>
  1094.         <reserved2> 0 </reserved2>
  1095.         <reserved1> 0 </reserved1>
  1096.         <enabled> <true /> </enabled>
  1097.         <rect>
  1098.             <left>430</left>
  1099.             <top>48</top>
  1100.             <right>454</right>
  1101.             <bottom>81</bottom>
  1102.         </rect>
  1103.         <style>transparent</style>
  1104.         <showName> <false /> </showName>
  1105.         <highlight> <false /> </highlight>
  1106.         <autoHighlight> <false /> </autoHighlight>
  1107.         <sharedHighlight> <true /> </sharedHighlight>
  1108.         <family>0</family>
  1109.         <titleWidth>0</titleWidth>
  1110.         <icon>9813</icon>
  1111.         <textAlign>center</textAlign>
  1112.         <font>Chicago</font>
  1113.         <textSize>12</textSize>
  1114.         <textStyle>plain</textStyle>
  1115.         <name>Black Pawn8</name>
  1116.         <script>on mouseDown
  1117. repeat while the mouse is down
  1118. set the loc of the target to the mouseloc
  1119. end repeat
  1120. end mouseDown
  1121.  
  1122. on mouseUp
  1123. play "Click2"
  1124. centerPiece
  1125. end mouseup
  1126. </script>
  1127.     </part>
  1128.     <part>
  1129.         <id>30</id>
  1130.         <type>button</type>
  1131.         <visible> <true /> </visible>
  1132.         <reserved5> 0 </reserved5>
  1133.         <reserved4> 0 </reserved4>
  1134.         <reserved3> 0 </reserved3>
  1135.         <reserved2> 0 </reserved2>
  1136.         <reserved1> 0 </reserved1>
  1137.         <enabled> <true /> </enabled>
  1138.         <rect>
  1139.             <left>429</left>
  1140.             <top>299</top>
  1141.             <right>456</right>
  1142.             <bottom>333</bottom>
  1143.         </rect>
  1144.         <style>transparent</style>
  1145.         <showName> <false /> </showName>
  1146.         <highlight> <false /> </highlight>
  1147.         <autoHighlight> <false /> </autoHighlight>
  1148.         <sharedHighlight> <true /> </sharedHighlight>
  1149.         <family>0</family>
  1150.         <titleWidth>0</titleWidth>
  1151.         <icon>30036</icon>
  1152.         <textAlign>center</textAlign>
  1153.         <font>Chicago</font>
  1154.         <textSize>12</textSize>
  1155.         <textStyle>plain</textStyle>
  1156.         <name>White Rook2</name>
  1157.         <script>on mouseDown
  1158. repeat while the mouse is down
  1159. set the loc of the target to the mouseloc
  1160. end repeat
  1161. end mouseDown
  1162.  
  1163. on mouseUp
  1164. play "Click"
  1165. centerPiece
  1166. end mouseup
  1167. </script>
  1168.     </part>
  1169.     <part>
  1170.         <id>31</id>
  1171.         <type>button</type>
  1172.         <visible> <true /> </visible>
  1173.         <reserved5> 0 </reserved5>
  1174.         <reserved4> 0 </reserved4>
  1175.         <reserved3> 0 </reserved3>
  1176.         <reserved2> 0 </reserved2>
  1177.         <reserved1> 0 </reserved1>
  1178.         <enabled> <true /> </enabled>
  1179.         <rect>
  1180.             <left>341</left>
  1181.             <top>299</top>
  1182.             <right>375</right>
  1183.             <bottom>334</bottom>
  1184.         </rect>
  1185.         <style>transparent</style>
  1186.         <showName> <false /> </showName>
  1187.         <highlight> <false /> </highlight>
  1188.         <autoHighlight> <false /> </autoHighlight>
  1189.         <sharedHighlight> <true /> </sharedHighlight>
  1190.         <family>0</family>
  1191.         <titleWidth>0</titleWidth>
  1192.         <icon>30724</icon>
  1193.         <textAlign>center</textAlign>
  1194.         <font>Chicago</font>
  1195.         <textSize>12</textSize>
  1196.         <textStyle>plain</textStyle>
  1197.         <name>White Bishop2</name>
  1198.         <script>on mouseDown
  1199. repeat while the mouse is down
  1200. set the loc of the target to the mouseloc
  1201. end repeat
  1202. end mouseDown
  1203.  
  1204. on mouseUp
  1205. play "Click"
  1206. centerPiece
  1207. end mouseup
  1208. </script>
  1209.     </part>
  1210.     <part>
  1211.         <id>32</id>
  1212.         <type>button</type>
  1213.         <visible> <true /> </visible>
  1214.         <reserved5> 0 </reserved5>
  1215.         <reserved4> 0 </reserved4>
  1216.         <reserved3> 0 </reserved3>
  1217.         <reserved2> 0 </reserved2>
  1218.         <reserved1> 0 </reserved1>
  1219.         <enabled> <true /> </enabled>
  1220.         <rect>
  1221.             <left>385</left>
  1222.             <top>298</top>
  1223.             <right>416</right>
  1224.             <bottom>334</bottom>
  1225.         </rect>
  1226.         <style>transparent</style>
  1227.         <showName> <false /> </showName>
  1228.         <highlight> <false /> </highlight>
  1229.         <autoHighlight> <false /> </autoHighlight>
  1230.         <sharedHighlight> <true /> </sharedHighlight>
  1231.         <family>0</family>
  1232.         <titleWidth>0</titleWidth>
  1233.         <icon>4614</icon>
  1234.         <textAlign>center</textAlign>
  1235.         <font>Chicago</font>
  1236.         <textSize>12</textSize>
  1237.         <textStyle>plain</textStyle>
  1238.         <name>White Knight2</name>
  1239.         <script>on mouseDown
  1240. repeat while the mouse is down
  1241. set the loc of the target to the mouseloc
  1242. end repeat
  1243. end mouseDown
  1244.  
  1245. on mouseUp
  1246. play "Knight"
  1247. centerPiece
  1248. end mouseup
  1249. </script>
  1250.     </part>
  1251.     <part>
  1252.         <id>33</id>
  1253.         <type>button</type>
  1254.         <visible> <true /> </visible>
  1255.         <reserved5> 0 </reserved5>
  1256.         <reserved4> 0 </reserved4>
  1257.         <reserved3> 0 </reserved3>
  1258.         <reserved2> 0 </reserved2>
  1259.         <reserved1> 0 </reserved1>
  1260.         <enabled> <true /> </enabled>
  1261.         <rect>
  1262.             <left>429</left>
  1263.             <top>6</top>
  1264.             <right>456</right>
  1265.             <bottom>39</bottom>
  1266.         </rect>
  1267.         <style>transparent</style>
  1268.         <showName> <false /> </showName>
  1269.         <highlight> <false /> </highlight>
  1270.         <autoHighlight> <false /> </autoHighlight>
  1271.         <sharedHighlight> <true /> </sharedHighlight>
  1272.         <family>0</family>
  1273.         <titleWidth>0</titleWidth>
  1274.         <icon>484</icon>
  1275.         <textAlign>center</textAlign>
  1276.         <font>Chicago</font>
  1277.         <textSize>12</textSize>
  1278.         <textStyle>plain</textStyle>
  1279.         <name>Black Rook2</name>
  1280.         <script>on mouseDown
  1281. repeat while the mouse is down
  1282. set the loc of the target to the mouseloc
  1283. end repeat
  1284. end mouseDown
  1285.  
  1286. on mouseUp
  1287. play "Click"
  1288. centerPiece
  1289. end mouseup
  1290. </script>
  1291.     </part>
  1292.     <part>
  1293.         <id>34</id>
  1294.         <type>button</type>
  1295.         <visible> <true /> </visible>
  1296.         <reserved5> 0 </reserved5>
  1297.         <reserved4> 0 </reserved4>
  1298.         <reserved3> 0 </reserved3>
  1299.         <reserved2> 0 </reserved2>
  1300.         <reserved1> 0 </reserved1>
  1301.         <enabled> <true /> </enabled>
  1302.         <rect>
  1303.             <left>340</left>
  1304.             <top>5</top>
  1305.             <right>376</right>
  1306.             <bottom>40</bottom>
  1307.         </rect>
  1308.         <style>transparent</style>
  1309.         <showName> <false /> </showName>
  1310.         <highlight> <false /> </highlight>
  1311.         <autoHighlight> <false /> </autoHighlight>
  1312.         <sharedHighlight> <true /> </sharedHighlight>
  1313.         <family>0</family>
  1314.         <titleWidth>0</titleWidth>
  1315.         <icon>11762</icon>
  1316.         <textAlign>center</textAlign>
  1317.         <font>Chicago</font>
  1318.         <textSize>12</textSize>
  1319.         <textStyle>plain</textStyle>
  1320.         <name>Black Bishop2</name>
  1321.         <script>on mouseDown
  1322. repeat while the mouse is down
  1323. set the loc of the target to the mouseloc
  1324. end repeat
  1325. end mouseDown
  1326.  
  1327. on mouseUp
  1328. play "Click"
  1329. centerPiece
  1330. end mouseup
  1331. </script>
  1332.     </part>
  1333.     <part>
  1334.         <id>35</id>
  1335.         <type>button</type>
  1336.         <visible> <true /> </visible>
  1337.         <reserved5> 0 </reserved5>
  1338.         <reserved4> 0 </reserved4>
  1339.         <reserved3> 0 </reserved3>
  1340.         <reserved2> 0 </reserved2>
  1341.         <reserved1> 0 </reserved1>
  1342.         <enabled> <true /> </enabled>
  1343.         <rect>
  1344.             <left>385</left>
  1345.             <top>4</top>
  1346.             <right>416</right>
  1347.             <bottom>40</bottom>
  1348.         </rect>
  1349.         <style>transparent</style>
  1350.         <showName> <false /> </showName>
  1351.         <highlight> <false /> </highlight>
  1352.         <autoHighlight> <false /> </autoHighlight>
  1353.         <sharedHighlight> <true /> </sharedHighlight>
  1354.         <family>0</family>
  1355.         <titleWidth>0</titleWidth>
  1356.         <icon>2548</icon>
  1357.         <textAlign>center</textAlign>
  1358.         <font>Chicago</font>
  1359.         <textSize>12</textSize>
  1360.         <textStyle>plain</textStyle>
  1361.         <name>Black Knight2</name>
  1362.         <script>on mouseDown
  1363. repeat while the mouse is down
  1364. set the loc of the target to the mouseloc
  1365. end repeat
  1366. end mouseDown
  1367.  
  1368. on mouseUp
  1369. play "Knight"
  1370. centerPiece
  1371. end mouseup
  1372. </script>
  1373.     </part>
  1374.     <content>
  1375.         <layer>background</layer>
  1376.         <id>67</id>
  1377.         <text>Board #1</text>
  1378.     </content>
  1379.     <content>
  1380.         <layer>background</layer>
  1381.         <id>75</id>
  1382.         <text>White</text>
  1383.     </content>
  1384.     <content>
  1385.         <layer>background</layer>
  1386.         <id>74</id>
  1387.         <text>Black</text>
  1388.     </content>
  1389.     <content>
  1390.         <layer>background</layer>
  1391.         <id>80</id>
  1392.         <text>8</text>
  1393.     </content>
  1394.     <content>
  1395.         <layer>background</layer>
  1396.         <id>81</id>
  1397.         <text>7</text>
  1398.     </content>
  1399.     <content>
  1400.         <layer>background</layer>
  1401.         <id>82</id>
  1402.         <text>6</text>
  1403.     </content>
  1404.     <content>
  1405.         <layer>background</layer>
  1406.         <id>83</id>
  1407.         <text>5</text>
  1408.     </content>
  1409.     <content>
  1410.         <layer>background</layer>
  1411.         <id>84</id>
  1412.         <text>4</text>
  1413.     </content>
  1414.     <content>
  1415.         <layer>background</layer>
  1416.         <id>85</id>
  1417.         <text>3</text>
  1418.     </content>
  1419.     <content>
  1420.         <layer>background</layer>
  1421.         <id>86</id>
  1422.         <text>2</text>
  1423.     </content>
  1424.     <content>
  1425.         <layer>background</layer>
  1426.         <id>87</id>
  1427.         <text>1</text>
  1428.     </content>
  1429.     <name></name>
  1430.     <script>
  1431. </script>
  1432. </card>
  1433.  
  1434.  
  1435. card_3256.xml
  1436. <?xml version="1.0" encoding="utf-8" ?>
  1437. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1438. <card>
  1439.     <id>3256</id>
  1440.     <filler1>0</filler1>
  1441.     <cantDelete> <false /> </cantDelete>
  1442.     <showPict> <true /> </showPict>
  1443.     <dontSearch> <false /> </dontSearch>
  1444.     <owner>2581</owner>
  1445.     <link rel="stylesheet" type="text/css" href="stylesheet_3434.css" />
  1446.     <part>
  1447.         <id>3</id>
  1448.         <type>button</type>
  1449.         <visible> <true /> </visible>
  1450.         <reserved5> 0 </reserved5>
  1451.         <reserved4> 0 </reserved4>
  1452.         <reserved3> 0 </reserved3>
  1453.         <reserved2> 0 </reserved2>
  1454.         <reserved1> 0 </reserved1>
  1455.         <enabled> <true /> </enabled>
  1456.         <rect>
  1457.             <left>299</left>
  1458.             <top>299</top>
  1459.             <right>334</right>
  1460.             <bottom>334</bottom>
  1461.         </rect>
  1462.         <style>transparent</style>
  1463.         <showName> <false /> </showName>
  1464.         <highlight> <false /> </highlight>
  1465.         <autoHighlight> <false /> </autoHighlight>
  1466.         <sharedHighlight> <true /> </sharedHighlight>
  1467.         <family>0</family>
  1468.         <titleWidth>0</titleWidth>
  1469.         <icon>16145</icon>
  1470.         <textAlign>center</textAlign>
  1471.         <font>Chicago</font>
  1472.         <textSize>12</textSize>
  1473.         <textStyle>plain</textStyle>
  1474.         <name>White King</name>
  1475.         <script>on mouseDown
  1476. repeat while the mouse is down
  1477. set the loc of the target to the mouseloc
  1478. end repeat
  1479. end mouseDown
  1480.  
  1481. on mouseUp
  1482. play "Click"
  1483. centerPiece
  1484. end mouseup
  1485. </script>
  1486.     </part>
  1487.     <part>
  1488.         <id>4</id>
  1489.         <type>button</type>
  1490.         <visible> <true /> </visible>
  1491.         <reserved5> 0 </reserved5>
  1492.         <reserved4> 0 </reserved4>
  1493.         <reserved3> 0 </reserved3>
  1494.         <reserved2> 0 </reserved2>
  1495.         <reserved1> 0 </reserved1>
  1496.         <enabled> <true /> </enabled>
  1497.         <rect>
  1498.             <left>256</left>
  1499.             <top>299</top>
  1500.             <right>292</right>
  1501.             <bottom>334</bottom>
  1502.         </rect>
  1503.         <style>transparent</style>
  1504.         <showName> <false /> </showName>
  1505.         <highlight> <false /> </highlight>
  1506.         <autoHighlight> <false /> </autoHighlight>
  1507.         <sharedHighlight> <true /> </sharedHighlight>
  1508.         <family>0</family>
  1509.         <titleWidth>0</titleWidth>
  1510.         <icon>27947</icon>
  1511.         <textAlign>center</textAlign>
  1512.         <font>Chicago</font>
  1513.         <textSize>12</textSize>
  1514.         <textStyle>plain</textStyle>
  1515.         <name>White Queen</name>
  1516.         <script>on mouseDown
  1517. repeat while the mouse is down
  1518. set the loc of the target to the mouseloc
  1519. end repeat
  1520. end mouseDown
  1521.  
  1522. on mouseUp
  1523. play "Click"
  1524. centerPiece
  1525. end mouseup
  1526. </script>
  1527.     </part>
  1528.     <part>
  1529.         <id>5</id>
  1530.         <type>button</type>
  1531.         <visible> <true /> </visible>
  1532.         <reserved5> 0 </reserved5>
  1533.         <reserved4> 0 </reserved4>
  1534.         <reserved3> 0 </reserved3>
  1535.         <reserved2> 0 </reserved2>
  1536.         <reserved1> 0 </reserved1>
  1537.         <enabled> <true /> </enabled>
  1538.         <rect>
  1539.             <left>215</left>
  1540.             <top>299</top>
  1541.             <right>249</right>
  1542.             <bottom>334</bottom>
  1543.         </rect>
  1544.         <style>transparent</style>
  1545.         <showName> <false /> </showName>
  1546.         <highlight> <false /> </highlight>
  1547.         <autoHighlight> <false /> </autoHighlight>
  1548.         <sharedHighlight> <true /> </sharedHighlight>
  1549.         <family>0</family>
  1550.         <titleWidth>0</titleWidth>
  1551.         <icon>30724</icon>
  1552.         <textAlign>center</textAlign>
  1553.         <font>Chicago</font>
  1554.         <textSize>12</textSize>
  1555.         <textStyle>plain</textStyle>
  1556.         <name>White Bishop1</name>
  1557.         <script>on mouseDown
  1558. repeat while the mouse is down
  1559. set the loc of the target to the mouseloc
  1560. end repeat
  1561. end mouseDown
  1562.  
  1563. on mouseUp
  1564. play "Click"
  1565. centerPiece
  1566. end mouseup
  1567. </script>
  1568.     </part>
  1569.     <part>
  1570.         <id>6</id>
  1571.         <type>button</type>
  1572.         <visible> <true /> </visible>
  1573.         <reserved5> 0 </reserved5>
  1574.         <reserved4> 0 </reserved4>
  1575.         <reserved3> 0 </reserved3>
  1576.         <reserved2> 0 </reserved2>
  1577.         <reserved1> 0 </reserved1>
  1578.         <enabled> <true /> </enabled>
  1579.         <rect>
  1580.             <left>175</left>
  1581.             <top>298</top>
  1582.             <right>206</right>
  1583.             <bottom>334</bottom>
  1584.         </rect>
  1585.         <style>transparent</style>
  1586.         <showName> <false /> </showName>
  1587.         <highlight> <false /> </highlight>
  1588.         <autoHighlight> <false /> </autoHighlight>
  1589.         <sharedHighlight> <true /> </sharedHighlight>
  1590.         <family>0</family>
  1591.         <titleWidth>0</titleWidth>
  1592.         <icon>4614</icon>
  1593.         <textAlign>center</textAlign>
  1594.         <font>Chicago</font>
  1595.         <textSize>12</textSize>
  1596.         <textStyle>plain</textStyle>
  1597.         <name>White Knight1</name>
  1598.         <script>on mouseDown
  1599. repeat while the mouse is down
  1600. set the loc of the target to the mouseloc
  1601. end repeat
  1602. end mouseDown
  1603.  
  1604. on mouseUp
  1605. play "Knight"
  1606. centerPiece
  1607. end mouseup
  1608. </script>
  1609.     </part>
  1610.     <part>
  1611.         <id>7</id>
  1612.         <type>button</type>
  1613.         <visible> <true /> </visible>
  1614.         <reserved5> 0 </reserved5>
  1615.         <reserved4> 0 </reserved4>
  1616.         <reserved3> 0 </reserved3>
  1617.         <reserved2> 0 </reserved2>
  1618.         <reserved1> 0 </reserved1>
  1619.         <enabled> <true /> </enabled>
  1620.         <rect>
  1621.             <left>136</left>
  1622.             <top>258</top>
  1623.             <right>160</right>
  1624.             <bottom>291</bottom>
  1625.         </rect>
  1626.         <style>transparent</style>
  1627.         <showName> <false /> </showName>
  1628.         <highlight> <false /> </highlight>
  1629.         <autoHighlight> <false /> </autoHighlight>
  1630.         <sharedHighlight> <true /> </sharedHighlight>
  1631.         <family>0</family>
  1632.         <titleWidth>0</titleWidth>
  1633.         <icon>23927</icon>
  1634.         <textAlign>center</textAlign>
  1635.         <font>Chicago</font>
  1636.         <textSize>12</textSize>
  1637.         <textStyle>plain</textStyle>
  1638.         <name>White Pawn1</name>
  1639.         <script>on mouseDown
  1640. repeat while the mouse is down
  1641. set the loc of the target to the mouseloc
  1642. end repeat
  1643. end mouseDown
  1644.  
  1645. on mouseUp
  1646. play "Click2"
  1647. centerPiece
  1648. end mouseup
  1649. </script>
  1650.     </part>
  1651.     <part>
  1652.         <id>8</id>
  1653.         <type>button</type>
  1654.         <visible> <true /> </visible>
  1655.         <reserved5> 0 </reserved5>
  1656.         <reserved4> 0 </reserved4>
  1657.         <reserved3> 0 </reserved3>
  1658.         <reserved2> 0 </reserved2>
  1659.         <reserved1> 0 </reserved1>
  1660.         <enabled> <true /> </enabled>
  1661.         <rect>
  1662.             <left>135</left>
  1663.             <top>299</top>
  1664.             <right>162</right>
  1665.             <bottom>333</bottom>
  1666.         </rect>
  1667.         <style>transparent</style>
  1668.         <showName> <false /> </showName>
  1669.         <highlight> <false /> </highlight>
  1670.         <autoHighlight> <false /> </autoHighlight>
  1671.         <sharedHighlight> <true /> </sharedHighlight>
  1672.         <family>0</family>
  1673.         <titleWidth>0</titleWidth>
  1674.         <icon>30036</icon>
  1675.         <textAlign>center</textAlign>
  1676.         <font>Chicago</font>
  1677.         <textSize>12</textSize>
  1678.         <textStyle>plain</textStyle>
  1679.         <name>White Rook1</name>
  1680.         <script>on mouseDown
  1681. repeat while the mouse is down
  1682. set the loc of the target to the mouseloc
  1683. end repeat
  1684. end mouseDown
  1685.  
  1686. on mouseUp
  1687. play "Click"
  1688. centerPiece
  1689. end mouseup
  1690. </script>
  1691.     </part>
  1692.     <part>
  1693.         <id>9</id>
  1694.         <type>button</type>
  1695.         <visible> <true /> </visible>
  1696.         <reserved5> 0 </reserved5>
  1697.         <reserved4> 0 </reserved4>
  1698.         <reserved3> 0 </reserved3>
  1699.         <reserved2> 0 </reserved2>
  1700.         <reserved1> 0 </reserved1>
  1701.         <enabled> <true /> </enabled>
  1702.         <rect>
  1703.             <left>299</left>
  1704.             <top>5</top>
  1705.             <right>334</right>
  1706.             <bottom>40</bottom>
  1707.         </rect>
  1708.         <style>transparent</style>
  1709.         <showName> <false /> </showName>
  1710.         <highlight> <false /> </highlight>
  1711.         <autoHighlight> <false /> </autoHighlight>
  1712.         <sharedHighlight> <true /> </sharedHighlight>
  1713.         <family>0</family>
  1714.         <titleWidth>0</titleWidth>
  1715.         <icon>16113</icon>
  1716.         <textAlign>center</textAlign>
  1717.         <font>Chicago</font>
  1718.         <textSize>12</textSize>
  1719.         <textStyle>plain</textStyle>
  1720.         <name>Black King</name>
  1721.         <script>on mouseDown
  1722. repeat while the mouse is down
  1723. set the loc of the target to the mouseloc
  1724. end repeat
  1725. end mouseDown
  1726.  
  1727. on mouseUp
  1728. play "Click"
  1729. centerPiece
  1730. end mouseup
  1731. </script>
  1732.     </part>
  1733.     <part>
  1734.         <id>10</id>
  1735.         <type>button</type>
  1736.         <visible> <true /> </visible>
  1737.         <reserved5> 0 </reserved5>
  1738.         <reserved4> 0 </reserved4>
  1739.         <reserved3> 0 </reserved3>
  1740.         <reserved2> 0 </reserved2>
  1741.         <reserved1> 0 </reserved1>
  1742.         <enabled> <true /> </enabled>
  1743.         <rect>
  1744.             <left>258</left>
  1745.             <top>5</top>
  1746.             <right>291</right>
  1747.             <bottom>40</bottom>
  1748.         </rect>
  1749.         <style>transparent</style>
  1750.         <showName> <false /> </showName>
  1751.         <highlight> <false /> </highlight>
  1752.         <autoHighlight> <false /> </autoHighlight>
  1753.         <sharedHighlight> <true /> </sharedHighlight>
  1754.         <family>0</family>
  1755.         <titleWidth>0</titleWidth>
  1756.         <icon>14</icon>
  1757.         <textAlign>center</textAlign>
  1758.         <font>Chicago</font>
  1759.         <textSize>12</textSize>
  1760.         <textStyle>plain</textStyle>
  1761.         <name>Black Queen</name>
  1762.         <script>on mouseDown
  1763. repeat while the mouse is down
  1764. set the loc of the target to the mouseloc
  1765. end repeat
  1766. end mouseDown
  1767.  
  1768. on mouseUp
  1769. play "Click"
  1770. centerPiece
  1771. end mouseup
  1772. </script>
  1773.     </part>
  1774.     <part>
  1775.         <id>11</id>
  1776.         <type>button</type>
  1777.         <visible> <true /> </visible>
  1778.         <reserved5> 0 </reserved5>
  1779.         <reserved4> 0 </reserved4>
  1780.         <reserved3> 0 </reserved3>
  1781.         <reserved2> 0 </reserved2>
  1782.         <reserved1> 0 </reserved1>
  1783.         <enabled> <true /> </enabled>
  1784.         <rect>
  1785.             <left>214</left>
  1786.             <top>5</top>
  1787.             <right>250</right>
  1788.             <bottom>40</bottom>
  1789.         </rect>
  1790.         <style>transparent</style>
  1791.         <showName> <false /> </showName>
  1792.         <highlight> <false /> </highlight>
  1793.         <autoHighlight> <false /> </autoHighlight>
  1794.         <sharedHighlight> <true /> </sharedHighlight>
  1795.         <family>0</family>
  1796.         <titleWidth>0</titleWidth>
  1797.         <icon>11762</icon>
  1798.         <textAlign>center</textAlign>
  1799.         <font>Chicago</font>
  1800.         <textSize>12</textSize>
  1801.         <textStyle>plain</textStyle>
  1802.         <name>Black Bishop1</name>
  1803.         <script>on mouseDown
  1804. repeat while the mouse is down
  1805. set the loc of the target to the mouseloc
  1806. end repeat
  1807. end mouseDown
  1808.  
  1809. on mouseUp
  1810. play "Click"
  1811. centerPiece
  1812. end mouseup
  1813. </script>
  1814.     </part>
  1815.     <part>
  1816.         <id>12</id>
  1817.         <type>button</type>
  1818.         <visible> <true /> </visible>
  1819.         <reserved5> 0 </reserved5>
  1820.         <reserved4> 0 </reserved4>
  1821.         <reserved3> 0 </reserved3>
  1822.         <reserved2> 0 </reserved2>
  1823.         <reserved1> 0 </reserved1>
  1824.         <enabled> <true /> </enabled>
  1825.         <rect>
  1826.             <left>175</left>
  1827.             <top>4</top>
  1828.             <right>206</right>
  1829.             <bottom>40</bottom>
  1830.         </rect>
  1831.         <style>transparent</style>
  1832.         <showName> <false /> </showName>
  1833.         <highlight> <false /> </highlight>
  1834.         <autoHighlight> <false /> </autoHighlight>
  1835.         <sharedHighlight> <true /> </sharedHighlight>
  1836.         <family>0</family>
  1837.         <titleWidth>0</titleWidth>
  1838.         <icon>2548</icon>
  1839.         <textAlign>center</textAlign>
  1840.         <font>Chicago</font>
  1841.         <textSize>12</textSize>
  1842.         <textStyle>plain</textStyle>
  1843.         <name>Black Knight1</name>
  1844.         <script>on mouseDown
  1845. repeat while the mouse is down
  1846. set the loc of the target to the mouseloc
  1847. end repeat
  1848. end mouseDown
  1849.  
  1850. on mouseUp
  1851. play "Knight"
  1852. centerPiece
  1853. end mouseup
  1854. </script>
  1855.     </part>
  1856.     <part>
  1857.         <id>13</id>
  1858.         <type>button</type>
  1859.         <visible> <true /> </visible>
  1860.         <reserved5> 0 </reserved5>
  1861.         <reserved4> 0 </reserved4>
  1862.         <reserved3> 0 </reserved3>
  1863.         <reserved2> 0 </reserved2>
  1864.         <reserved1> 0 </reserved1>
  1865.         <enabled> <true /> </enabled>
  1866.         <rect>
  1867.             <left>135</left>
  1868.             <top>6</top>
  1869.             <right>162</right>
  1870.             <bottom>39</bottom>
  1871.         </rect>
  1872.         <style>transparent</style>
  1873.         <showName> <false /> </showName>
  1874.         <highlight> <false /> </highlight>
  1875.         <autoHighlight> <false /> </autoHighlight>
  1876.         <sharedHighlight> <true /> </sharedHighlight>
  1877.         <family>0</family>
  1878.         <titleWidth>0</titleWidth>
  1879.         <icon>484</icon>
  1880.         <textAlign>center</textAlign>
  1881.         <font>Chicago</font>
  1882.         <textSize>12</textSize>
  1883.         <textStyle>plain</textStyle>
  1884.         <name>Black Rook1</name>
  1885.         <script>on mouseDown
  1886. repeat while the mouse is down
  1887. set the loc of the target to the mouseloc
  1888. end repeat
  1889. end mouseDown
  1890.  
  1891. on mouseUp
  1892. play "Click"
  1893. centerPiece
  1894. end mouseup
  1895. </script>
  1896.     </part>
  1897.     <part>
  1898.         <id>14</id>
  1899.         <type>button</type>
  1900.         <visible> <true /> </visible>
  1901.         <reserved5> 0 </reserved5>
  1902.         <reserved4> 0 </reserved4>
  1903.         <reserved3> 0 </reserved3>
  1904.         <reserved2> 0 </reserved2>
  1905.         <reserved1> 0 </reserved1>
  1906.         <enabled> <true /> </enabled>
  1907.         <rect>
  1908.             <left>136</left>
  1909.             <top>48</top>
  1910.             <right>160</right>
  1911.             <bottom>81</bottom>
  1912.         </rect>
  1913.         <style>transparent</style>
  1914.         <showName> <false /> </showName>
  1915.         <highlight> <false /> </highlight>
  1916.         <autoHighlight> <false /> </autoHighlight>
  1917.         <sharedHighlight> <true /> </sharedHighlight>
  1918.         <family>0</family>
  1919.         <titleWidth>0</titleWidth>
  1920.         <icon>9813</icon>
  1921.         <textAlign>center</textAlign>
  1922.         <font>Chicago</font>
  1923.         <textSize>12</textSize>
  1924.         <textStyle>plain</textStyle>
  1925.         <name>Black Pawn1</name>
  1926.         <script>on mouseDown
  1927. repeat while the mouse is down
  1928. set the loc of the target to the mouseloc
  1929. end repeat
  1930. end mouseDown
  1931.  
  1932. on mouseUp
  1933. play "Click2"
  1934. centerPiece
  1935. end mouseup
  1936. </script>
  1937.     </part>
  1938.     <part>
  1939.         <id>16</id>
  1940.         <type>button</type>
  1941.         <visible> <true /> </visible>
  1942.         <reserved5> 0 </reserved5>
  1943.         <reserved4> 0 </reserved4>
  1944.         <reserved3> 0 </reserved3>
  1945.         <reserved2> 0 </reserved2>
  1946.         <reserved1> 0 </reserved1>
  1947.         <enabled> <true /> </enabled>
  1948.         <rect>
  1949.             <left>178</left>
  1950.             <top>258</top>
  1951.             <right>202</right>
  1952.             <bottom>291</bottom>
  1953.         </rect>
  1954.         <style>transparent</style>
  1955.         <showName> <false /> </showName>
  1956.         <highlight> <false /> </highlight>
  1957.         <autoHighlight> <false /> </autoHighlight>
  1958.         <sharedHighlight> <true /> </sharedHighlight>
  1959.         <family>0</family>
  1960.         <titleWidth>0</titleWidth>
  1961.         <icon>23927</icon>
  1962.         <textAlign>center</textAlign>
  1963.         <font>Chicago</font>
  1964.         <textSize>12</textSize>
  1965.         <textStyle>plain</textStyle>
  1966.         <name>White Pawn2</name>
  1967.         <script>on mouseDown
  1968. repeat while the mouse is down
  1969. set the loc of the target to the mouseloc
  1970. end repeat
  1971. end mouseDown
  1972.  
  1973. on mouseUp
  1974. play "Click2"
  1975. centerPiece
  1976. end mouseup
  1977. </script>
  1978.     </part>
  1979.     <part>
  1980.         <id>17</id>
  1981.         <type>button</type>
  1982.         <visible> <true /> </visible>
  1983.         <reserved5> 0 </reserved5>
  1984.         <reserved4> 0 </reserved4>
  1985.         <reserved3> 0 </reserved3>
  1986.         <reserved2> 0 </reserved2>
  1987.         <reserved1> 0 </reserved1>
  1988.         <enabled> <true /> </enabled>
  1989.         <rect>
  1990.             <left>220</left>
  1991.             <top>258</top>
  1992.             <right>244</right>
  1993.             <bottom>291</bottom>
  1994.         </rect>
  1995.         <style>transparent</style>
  1996.         <showName> <false /> </showName>
  1997.         <highlight> <false /> </highlight>
  1998.         <autoHighlight> <false /> </autoHighlight>
  1999.         <sharedHighlight> <true /> </sharedHighlight>
  2000.         <family>0</family>
  2001.         <titleWidth>0</titleWidth>
  2002.         <icon>23927</icon>
  2003.         <textAlign>center</textAlign>
  2004.         <font>Chicago</font>
  2005.         <textSize>12</textSize>
  2006.         <textStyle>plain</textStyle>
  2007.         <name>White Pawn3</name>
  2008.         <script>on mouseDown
  2009. repeat while the mouse is down
  2010. set the loc of the target to the mouseloc
  2011. end repeat
  2012. end mouseDown
  2013.  
  2014. on mouseUp
  2015. play "Click2"
  2016. centerPiece
  2017. end mouseup
  2018. </script>
  2019.     </part>
  2020.     <part>
  2021.         <id>18</id>
  2022.         <type>button</type>
  2023.         <visible> <true /> </visible>
  2024.         <reserved5> 0 </reserved5>
  2025.         <reserved4> 0 </reserved4>
  2026.         <reserved3> 0 </reserved3>
  2027.         <reserved2> 0 </reserved2>
  2028.         <reserved1> 0 </reserved1>
  2029.         <enabled> <true /> </enabled>
  2030.         <rect>
  2031.             <left>262</left>
  2032.             <top>258</top>
  2033.             <right>286</right>
  2034.             <bottom>291</bottom>
  2035.         </rect>
  2036.         <style>transparent</style>
  2037.         <showName> <false /> </showName>
  2038.         <highlight> <false /> </highlight>
  2039.         <autoHighlight> <false /> </autoHighlight>
  2040.         <sharedHighlight> <true /> </sharedHighlight>
  2041.         <family>0</family>
  2042.         <titleWidth>0</titleWidth>
  2043.         <icon>23927</icon>
  2044.         <textAlign>center</textAlign>
  2045.         <font>Chicago</font>
  2046.         <textSize>12</textSize>
  2047.         <textStyle>plain</textStyle>
  2048.         <name>White Pawn4</name>
  2049.         <script>on mouseDown
  2050. repeat while the mouse is down
  2051. set the loc of the target to the mouseloc
  2052. end repeat
  2053. end mouseDown
  2054.  
  2055. on mouseUp
  2056. play "Click2"
  2057. centerPiece
  2058. end mouseup
  2059. </script>
  2060.     </part>
  2061.     <part>
  2062.         <id>19</id>
  2063.         <type>button</type>
  2064.         <visible> <true /> </visible>
  2065.         <reserved5> 0 </reserved5>
  2066.         <reserved4> 0 </reserved4>
  2067.         <reserved3> 0 </reserved3>
  2068.         <reserved2> 0 </reserved2>
  2069.         <reserved1> 0 </reserved1>
  2070.         <enabled> <true /> </enabled>
  2071.         <rect>
  2072.             <left>304</left>
  2073.             <top>258</top>
  2074.             <right>328</right>
  2075.             <bottom>291</bottom>
  2076.         </rect>
  2077.         <style>transparent</style>
  2078.         <showName> <false /> </showName>
  2079.         <highlight> <false /> </highlight>
  2080.         <autoHighlight> <false /> </autoHighlight>
  2081.         <sharedHighlight> <true /> </sharedHighlight>
  2082.         <family>0</family>
  2083.         <titleWidth>0</titleWidth>
  2084.         <icon>23927</icon>
  2085.         <textAlign>center</textAlign>
  2086.         <font>Chicago</font>
  2087.         <textSize>12</textSize>
  2088.         <textStyle>plain</textStyle>
  2089.         <name>White Pawn5</name>
  2090.         <script>on mouseDown
  2091. repeat while the mouse is down
  2092. set the loc of the target to the mouseloc
  2093. end repeat
  2094. end mouseDown
  2095.  
  2096. on mouseUp
  2097. play "Click2"
  2098. centerPiece
  2099. end mouseup
  2100. </script>
  2101.     </part>
  2102.     <part>
  2103.         <id>20</id>
  2104.         <type>button</type>
  2105.         <visible> <true /> </visible>
  2106.         <reserved5> 0 </reserved5>
  2107.         <reserved4> 0 </reserved4>
  2108.         <reserved3> 0 </reserved3>
  2109.         <reserved2> 0 </reserved2>
  2110.         <reserved1> 0 </reserved1>
  2111.         <enabled> <true /> </enabled>
  2112.         <rect>
  2113.             <left>346</left>
  2114.             <top>258</top>
  2115.             <right>370</right>
  2116.             <bottom>291</bottom>
  2117.         </rect>
  2118.         <style>transparent</style>
  2119.         <showName> <false /> </showName>
  2120.         <highlight> <false /> </highlight>
  2121.         <autoHighlight> <false /> </autoHighlight>
  2122.         <sharedHighlight> <true /> </sharedHighlight>
  2123.         <family>0</family>
  2124.         <titleWidth>0</titleWidth>
  2125.         <icon>23927</icon>
  2126.         <textAlign>center</textAlign>
  2127.         <font>Chicago</font>
  2128.         <textSize>12</textSize>
  2129.         <textStyle>plain</textStyle>
  2130.         <name>White Pawn6</name>
  2131.         <script>on mouseDown
  2132. repeat while the mouse is down
  2133. set the loc of the target to the mouseloc
  2134. end repeat
  2135. end mouseDown
  2136.  
  2137. on mouseUp
  2138. play "Click2"
  2139. centerPiece
  2140. end mouseup
  2141. </script>
  2142.     </part>
  2143.     <part>
  2144.         <id>21</id>
  2145.         <type>button</type>
  2146.         <visible> <true /> </visible>
  2147.         <reserved5> 0 </reserved5>
  2148.         <reserved4> 0 </reserved4>
  2149.         <reserved3> 0 </reserved3>
  2150.         <reserved2> 0 </reserved2>
  2151.         <reserved1> 0 </reserved1>
  2152.         <enabled> <true /> </enabled>
  2153.         <rect>
  2154.             <left>388</left>
  2155.             <top>258</top>
  2156.             <right>412</right>
  2157.             <bottom>291</bottom>
  2158.         </rect>
  2159.         <style>transparent</style>
  2160.         <showName> <false /> </showName>
  2161.         <highlight> <false /> </highlight>
  2162.         <autoHighlight> <false /> </autoHighlight>
  2163.         <sharedHighlight> <true /> </sharedHighlight>
  2164.         <family>0</family>
  2165.         <titleWidth>0</titleWidth>
  2166.         <icon>23927</icon>
  2167.         <textAlign>center</textAlign>
  2168.         <font>Chicago</font>
  2169.         <textSize>12</textSize>
  2170.         <textStyle>plain</textStyle>
  2171.         <name>White Pawn7</name>
  2172.         <script>on mouseDown
  2173. repeat while the mouse is down
  2174. set the loc of the target to the mouseloc
  2175. end repeat
  2176. end mouseDown
  2177.  
  2178. on mouseUp
  2179. play "Click2"
  2180. centerPiece
  2181. end mouseup
  2182. </script>
  2183.     </part>
  2184.     <part>
  2185.         <id>22</id>
  2186.         <type>button</type>
  2187.         <visible> <true /> </visible>
  2188.         <reserved5> 0 </reserved5>
  2189.         <reserved4> 0 </reserved4>
  2190.         <reserved3> 0 </reserved3>
  2191.         <reserved2> 0 </reserved2>
  2192.         <reserved1> 0 </reserved1>
  2193.         <enabled> <true /> </enabled>
  2194.         <rect>
  2195.             <left>430</left>
  2196.             <top>258</top>
  2197.             <right>454</right>
  2198.             <bottom>291</bottom>
  2199.         </rect>
  2200.         <style>transparent</style>
  2201.         <showName> <false /> </showName>
  2202.         <highlight> <false /> </highlight>
  2203.         <autoHighlight> <false /> </autoHighlight>
  2204.         <sharedHighlight> <true /> </sharedHighlight>
  2205.         <family>0</family>
  2206.         <titleWidth>0</titleWidth>
  2207.         <icon>23927</icon>
  2208.         <textAlign>center</textAlign>
  2209.         <font>Chicago</font>
  2210.         <textSize>12</textSize>
  2211.         <textStyle>plain</textStyle>
  2212.         <name>White Pawn8</name>
  2213.         <script>on mouseDown
  2214. repeat while the mouse is down
  2215. set the loc of the target to the mouseloc
  2216. end repeat
  2217. end mouseDown
  2218.  
  2219. on mouseUp
  2220. play "Click2"
  2221. centerPiece
  2222. end mouseup
  2223. </script>
  2224.     </part>
  2225.     <part>
  2226.         <id>23</id>
  2227.         <type>button</type>
  2228.         <visible> <true /> </visible>
  2229.         <reserved5> 0 </reserved5>
  2230.         <reserved4> 0 </reserved4>
  2231.         <reserved3> 0 </reserved3>
  2232.         <reserved2> 0 </reserved2>
  2233.         <reserved1> 0 </reserved1>
  2234.         <enabled> <true /> </enabled>
  2235.         <rect>
  2236.             <left>178</left>
  2237.             <top>48</top>
  2238.             <right>202</right>
  2239.             <bottom>81</bottom>
  2240.         </rect>
  2241.         <style>transparent</style>
  2242.         <showName> <false /> </showName>
  2243.         <highlight> <false /> </highlight>
  2244.         <autoHighlight> <false /> </autoHighlight>
  2245.         <sharedHighlight> <true /> </sharedHighlight>
  2246.         <family>0</family>
  2247.         <titleWidth>0</titleWidth>
  2248.         <icon>9813</icon>
  2249.         <textAlign>center</textAlign>
  2250.         <font>Chicago</font>
  2251.         <textSize>12</textSize>
  2252.         <textStyle>plain</textStyle>
  2253.         <name>Black Pawn2</name>
  2254.         <script>on mouseDown
  2255. repeat while the mouse is down
  2256. set the loc of the target to the mouseloc
  2257. end repeat
  2258. end mouseDown
  2259.  
  2260. on mouseUp
  2261. centerPiece
  2262. play "Click2"
  2263. end mouseup
  2264. </script>
  2265.     </part>
  2266.     <part>
  2267.         <id>24</id>
  2268.         <type>button</type>
  2269.         <visible> <true /> </visible>
  2270.         <reserved5> 0 </reserved5>
  2271.         <reserved4> 0 </reserved4>
  2272.         <reserved3> 0 </reserved3>
  2273.         <reserved2> 0 </reserved2>
  2274.         <reserved1> 0 </reserved1>
  2275.         <enabled> <true /> </enabled>
  2276.         <rect>
  2277.             <left>220</left>
  2278.             <top>48</top>
  2279.             <right>244</right>
  2280.             <bottom>81</bottom>
  2281.         </rect>
  2282.         <style>transparent</style>
  2283.         <showName> <false /> </showName>
  2284.         <highlight> <false /> </highlight>
  2285.         <autoHighlight> <false /> </autoHighlight>
  2286.         <sharedHighlight> <true /> </sharedHighlight>
  2287.         <family>0</family>
  2288.         <titleWidth>0</titleWidth>
  2289.         <icon>9813</icon>
  2290.         <textAlign>center</textAlign>
  2291.         <font>Chicago</font>
  2292.         <textSize>12</textSize>
  2293.         <textStyle>plain</textStyle>
  2294.         <name>Black Pawn3</name>
  2295.         <script>on mouseDown
  2296. repeat while the mouse is down
  2297. set the loc of the target to the mouseloc
  2298. end repeat
  2299. end mouseDown
  2300.  
  2301. on mouseUp
  2302. play "Click2"
  2303. centerPiece
  2304. end mouseup
  2305. </script>
  2306.     </part>
  2307.     <part>
  2308.         <id>25</id>
  2309.         <type>button</type>
  2310.         <visible> <true /> </visible>
  2311.         <reserved5> 0 </reserved5>
  2312.         <reserved4> 0 </reserved4>
  2313.         <reserved3> 0 </reserved3>
  2314.         <reserved2> 0 </reserved2>
  2315.         <reserved1> 0 </reserved1>
  2316.         <enabled> <true /> </enabled>
  2317.         <rect>
  2318.             <left>262</left>
  2319.             <top>48</top>
  2320.             <right>286</right>
  2321.             <bottom>81</bottom>
  2322.         </rect>
  2323.         <style>transparent</style>
  2324.         <showName> <false /> </showName>
  2325.         <highlight> <false /> </highlight>
  2326.         <autoHighlight> <false /> </autoHighlight>
  2327.         <sharedHighlight> <true /> </sharedHighlight>
  2328.         <family>0</family>
  2329.         <titleWidth>0</titleWidth>
  2330.         <icon>9813</icon>
  2331.         <textAlign>center</textAlign>
  2332.         <font>Chicago</font>
  2333.         <textSize>12</textSize>
  2334.         <textStyle>plain</textStyle>
  2335.         <name>Black Pawn4</name>
  2336.         <script>on mouseDown
  2337. repeat while the mouse is down
  2338. set the loc of the target to the mouseloc
  2339. end repeat
  2340. end mouseDown
  2341.  
  2342. on mouseUp
  2343. play "Click2"
  2344. centerPiece
  2345. end mouseup
  2346. </script>
  2347.     </part>
  2348.     <part>
  2349.         <id>26</id>
  2350.         <type>button</type>
  2351.         <visible> <true /> </visible>
  2352.         <reserved5> 0 </reserved5>
  2353.         <reserved4> 0 </reserved4>
  2354.         <reserved3> 0 </reserved3>
  2355.         <reserved2> 0 </reserved2>
  2356.         <reserved1> 0 </reserved1>
  2357.         <enabled> <true /> </enabled>
  2358.         <rect>
  2359.             <left>304</left>
  2360.             <top>48</top>
  2361.             <right>328</right>
  2362.             <bottom>81</bottom>
  2363.         </rect>
  2364.         <style>transparent</style>
  2365.         <showName> <false /> </showName>
  2366.         <highlight> <false /> </highlight>
  2367.         <autoHighlight> <false /> </autoHighlight>
  2368.         <sharedHighlight> <true /> </sharedHighlight>
  2369.         <family>0</family>
  2370.         <titleWidth>0</titleWidth>
  2371.         <icon>9813</icon>
  2372.         <textAlign>center</textAlign>
  2373.         <font>Chicago</font>
  2374.         <textSize>12</textSize>
  2375.         <textStyle>plain</textStyle>
  2376.         <name>Black Pawn5</name>
  2377.         <script>on mouseDown
  2378. repeat while the mouse is down
  2379. set the loc of the target to the mouseloc
  2380. end repeat
  2381. end mouseDown
  2382.  
  2383. on mouseUp
  2384. play "Click2"
  2385. centerPiece
  2386. end mouseup
  2387. </script>
  2388.     </part>
  2389.     <part>
  2390.         <id>27</id>
  2391.         <type>button</type>
  2392.         <visible> <true /> </visible>
  2393.         <reserved5> 0 </reserved5>
  2394.         <reserved4> 0 </reserved4>
  2395.         <reserved3> 0 </reserved3>
  2396.         <reserved2> 0 </reserved2>
  2397.         <reserved1> 0 </reserved1>
  2398.         <enabled> <true /> </enabled>
  2399.         <rect>
  2400.             <left>346</left>
  2401.             <top>48</top>
  2402.             <right>370</right>
  2403.             <bottom>81</bottom>
  2404.         </rect>
  2405.         <style>transparent</style>
  2406.         <showName> <false /> </showName>
  2407.         <highlight> <false /> </highlight>
  2408.         <autoHighlight> <false /> </autoHighlight>
  2409.         <sharedHighlight> <true /> </sharedHighlight>
  2410.         <family>0</family>
  2411.         <titleWidth>0</titleWidth>
  2412.         <icon>9813</icon>
  2413.         <textAlign>center</textAlign>
  2414.         <font>Chicago</font>
  2415.         <textSize>12</textSize>
  2416.         <textStyle>plain</textStyle>
  2417.         <name>Black Pawn6</name>
  2418.         <script>on mouseDown
  2419. repeat while the mouse is down
  2420. set the loc of the target to the mouseloc
  2421. end repeat
  2422. end mouseDown
  2423.  
  2424. on mouseUp
  2425. play "Click2"
  2426. centerPiece
  2427. end mouseup
  2428. </script>
  2429.     </part>
  2430.     <part>
  2431.         <id>28</id>
  2432.         <type>button</type>
  2433.         <visible> <true /> </visible>
  2434.         <reserved5> 0 </reserved5>
  2435.         <reserved4> 0 </reserved4>
  2436.         <reserved3> 0 </reserved3>
  2437.         <reserved2> 0 </reserved2>
  2438.         <reserved1> 0 </reserved1>
  2439.         <enabled> <true /> </enabled>
  2440.         <rect>
  2441.             <left>388</left>
  2442.             <top>48</top>
  2443.             <right>412</right>
  2444.             <bottom>81</bottom>
  2445.         </rect>
  2446.         <style>transparent</style>
  2447.         <showName> <false /> </showName>
  2448.         <highlight> <false /> </highlight>
  2449.         <autoHighlight> <false /> </autoHighlight>
  2450.         <sharedHighlight> <true /> </sharedHighlight>
  2451.         <family>0</family>
  2452.         <titleWidth>0</titleWidth>
  2453.         <icon>9813</icon>
  2454.         <textAlign>center</textAlign>
  2455.         <font>Chicago</font>
  2456.         <textSize>12</textSize>
  2457.         <textStyle>plain</textStyle>
  2458.         <name>Black Pawn7</name>
  2459.         <script>on mouseDown
  2460. repeat while the mouse is down
  2461. set the loc of the target to the mouseloc
  2462. end repeat
  2463. end mouseDown
  2464.  
  2465. on mouseUp
  2466. play "Click2"
  2467. centerPiece
  2468. end mouseup
  2469. </script>
  2470.     </part>
  2471.     <part>
  2472.         <id>29</id>
  2473.         <type>button</type>
  2474.         <visible> <true /> </visible>
  2475.         <reserved5> 0 </reserved5>
  2476.         <reserved4> 0 </reserved4>
  2477.         <reserved3> 0 </reserved3>
  2478.         <reserved2> 0 </reserved2>
  2479.         <reserved1> 0 </reserved1>
  2480.         <enabled> <true /> </enabled>
  2481.         <rect>
  2482.             <left>430</left>
  2483.             <top>48</top>
  2484.             <right>454</right>
  2485.             <bottom>81</bottom>
  2486.         </rect>
  2487.         <style>transparent</style>
  2488.         <showName> <false /> </showName>
  2489.         <highlight> <false /> </highlight>
  2490.         <autoHighlight> <false /> </autoHighlight>
  2491.         <sharedHighlight> <true /> </sharedHighlight>
  2492.         <family>0</family>
  2493.         <titleWidth>0</titleWidth>
  2494.         <icon>9813</icon>
  2495.         <textAlign>center</textAlign>
  2496.         <font>Chicago</font>
  2497.         <textSize>12</textSize>
  2498.         <textStyle>plain</textStyle>
  2499.         <name>Black Pawn8</name>
  2500.         <script>on mouseDown
  2501. repeat while the mouse is down
  2502. set the loc of the target to the mouseloc
  2503. end repeat
  2504. end mouseDown
  2505.  
  2506. on mouseUp
  2507. play "Click2"
  2508. centerPiece
  2509. end mouseup
  2510. </script>
  2511.     </part>
  2512.     <part>
  2513.         <id>30</id>
  2514.         <type>button</type>
  2515.         <visible> <true /> </visible>
  2516.         <reserved5> 0 </reserved5>
  2517.         <reserved4> 0 </reserved4>
  2518.         <reserved3> 0 </reserved3>
  2519.         <reserved2> 0 </reserved2>
  2520.         <reserved1> 0 </reserved1>
  2521.         <enabled> <true /> </enabled>
  2522.         <rect>
  2523.             <left>429</left>
  2524.             <top>299</top>
  2525.             <right>456</right>
  2526.             <bottom>333</bottom>
  2527.         </rect>
  2528.         <style>transparent</style>
  2529.         <showName> <false /> </showName>
  2530.         <highlight> <false /> </highlight>
  2531.         <autoHighlight> <false /> </autoHighlight>
  2532.         <sharedHighlight> <true /> </sharedHighlight>
  2533.         <family>0</family>
  2534.         <titleWidth>0</titleWidth>
  2535.         <icon>30036</icon>
  2536.         <textAlign>center</textAlign>
  2537.         <font>Chicago</font>
  2538.         <textSize>12</textSize>
  2539.         <textStyle>plain</textStyle>
  2540.         <name>White Rook2</name>
  2541.         <script>on mouseDown
  2542. repeat while the mouse is down
  2543. set the loc of the target to the mouseloc
  2544. end repeat
  2545. end mouseDown
  2546.  
  2547. on mouseUp
  2548. play "Click"
  2549. centerPiece
  2550. end mouseup
  2551. </script>
  2552.     </part>
  2553.     <part>
  2554.         <id>31</id>
  2555.         <type>button</type>
  2556.         <visible> <true /> </visible>
  2557.         <reserved5> 0 </reserved5>
  2558.         <reserved4> 0 </reserved4>
  2559.         <reserved3> 0 </reserved3>
  2560.         <reserved2> 0 </reserved2>
  2561.         <reserved1> 0 </reserved1>
  2562.         <enabled> <true /> </enabled>
  2563.         <rect>
  2564.             <left>341</left>
  2565.             <top>299</top>
  2566.             <right>375</right>
  2567.             <bottom>334</bottom>
  2568.         </rect>
  2569.         <style>transparent</style>
  2570.         <showName> <false /> </showName>
  2571.         <highlight> <false /> </highlight>
  2572.         <autoHighlight> <false /> </autoHighlight>
  2573.         <sharedHighlight> <true /> </sharedHighlight>
  2574.         <family>0</family>
  2575.         <titleWidth>0</titleWidth>
  2576.         <icon>30724</icon>
  2577.         <textAlign>center</textAlign>
  2578.         <font>Chicago</font>
  2579.         <textSize>12</textSize>
  2580.         <textStyle>plain</textStyle>
  2581.         <name>White Bishop2</name>
  2582.         <script>on mouseDown
  2583. repeat while the mouse is down
  2584. set the loc of the target to the mouseloc
  2585. end repeat
  2586. end mouseDown
  2587.  
  2588. on mouseUp
  2589. play "Click"
  2590. centerPiece
  2591. end mouseup
  2592. </script>
  2593.     </part>
  2594.     <part>
  2595.         <id>32</id>
  2596.         <type>button</type>
  2597.         <visible> <true /> </visible>
  2598.         <reserved5> 0 </reserved5>
  2599.         <reserved4> 0 </reserved4>
  2600.         <reserved3> 0 </reserved3>
  2601.         <reserved2> 0 </reserved2>
  2602.         <reserved1> 0 </reserved1>
  2603.         <enabled> <true /> </enabled>
  2604.         <rect>
  2605.             <left>385</left>
  2606.             <top>298</top>
  2607.             <right>416</right>
  2608.             <bottom>334</bottom>
  2609.         </rect>
  2610.         <style>transparent</style>
  2611.         <showName> <false /> </showName>
  2612.         <highlight> <false /> </highlight>
  2613.         <autoHighlight> <false /> </autoHighlight>
  2614.         <sharedHighlight> <true /> </sharedHighlight>
  2615.         <family>0</family>
  2616.         <titleWidth>0</titleWidth>
  2617.         <icon>4614</icon>
  2618.         <textAlign>center</textAlign>
  2619.         <font>Chicago</font>
  2620.         <textSize>12</textSize>
  2621.         <textStyle>plain</textStyle>
  2622.         <name>White Knight2</name>
  2623.         <script>on mouseDown
  2624. repeat while the mouse is down
  2625. set the loc of the target to the mouseloc
  2626. end repeat
  2627. end mouseDown
  2628.  
  2629. on mouseUp
  2630. play "Knight"
  2631. centerPiece
  2632. end mouseup
  2633. </script>
  2634.     </part>
  2635.     <part>
  2636.         <id>33</id>
  2637.         <type>button</type>
  2638.         <visible> <true /> </visible>
  2639.         <reserved5> 0 </reserved5>
  2640.         <reserved4> 0 </reserved4>
  2641.         <reserved3> 0 </reserved3>
  2642.         <reserved2> 0 </reserved2>
  2643.         <reserved1> 0 </reserved1>
  2644.         <enabled> <true /> </enabled>
  2645.         <rect>
  2646.             <left>429</left>
  2647.             <top>6</top>
  2648.             <right>456</right>
  2649.             <bottom>39</bottom>
  2650.         </rect>
  2651.         <style>transparent</style>
  2652.         <showName> <false /> </showName>
  2653.         <highlight> <false /> </highlight>
  2654.         <autoHighlight> <false /> </autoHighlight>
  2655.         <sharedHighlight> <true /> </sharedHighlight>
  2656.         <family>0</family>
  2657.         <titleWidth>0</titleWidth>
  2658.         <icon>484</icon>
  2659.         <textAlign>center</textAlign>
  2660.         <font>Chicago</font>
  2661.         <textSize>12</textSize>
  2662.         <textStyle>plain</textStyle>
  2663.         <name>Black Rook2</name>
  2664.         <script>on mouseDown
  2665. repeat while the mouse is down
  2666. set the loc of the target to the mouseloc
  2667. end repeat
  2668. end mouseDown
  2669.  
  2670. on mouseUp
  2671. play "Click"
  2672. centerPiece
  2673. end mouseup
  2674. </script>
  2675.     </part>
  2676.     <part>
  2677.         <id>34</id>
  2678.         <type>button</type>
  2679.         <visible> <true /> </visible>
  2680.         <reserved5> 0 </reserved5>
  2681.         <reserved4> 0 </reserved4>
  2682.         <reserved3> 0 </reserved3>
  2683.         <reserved2> 0 </reserved2>
  2684.         <reserved1> 0 </reserved1>
  2685.         <enabled> <true /> </enabled>
  2686.         <rect>
  2687.             <left>340</left>
  2688.             <top>5</top>
  2689.             <right>376</right>
  2690.             <bottom>40</bottom>
  2691.         </rect>
  2692.         <style>transparent</style>
  2693.         <showName> <false /> </showName>
  2694.         <highlight> <false /> </highlight>
  2695.         <autoHighlight> <false /> </autoHighlight>
  2696.         <sharedHighlight> <true /> </sharedHighlight>
  2697.         <family>0</family>
  2698.         <titleWidth>0</titleWidth>
  2699.         <icon>11762</icon>
  2700.         <textAlign>center</textAlign>
  2701.         <font>Chicago</font>
  2702.         <textSize>12</textSize>
  2703.         <textStyle>plain</textStyle>
  2704.         <name>Black Bishop2</name>
  2705.         <script>on mouseDown
  2706. repeat while the mouse is down
  2707. set the loc of the target to the mouseloc
  2708. end repeat
  2709. end mouseDown
  2710.  
  2711. on mouseUp
  2712. play "Click"
  2713. centerPiece
  2714. end mouseup
  2715. </script>
  2716.     </part>
  2717.     <part>
  2718.         <id>35</id>
  2719.         <type>button</type>
  2720.         <visible> <true /> </visible>
  2721.         <reserved5> 0 </reserved5>
  2722.         <reserved4> 0 </reserved4>
  2723.         <reserved3> 0 </reserved3>
  2724.         <reserved2> 0 </reserved2>
  2725.         <reserved1> 0 </reserved1>
  2726.         <enabled> <true /> </enabled>
  2727.         <rect>
  2728.             <left>385</left>
  2729.             <top>4</top>
  2730.             <right>416</right>
  2731.             <bottom>40</bottom>
  2732.         </rect>
  2733.         <style>transparent</style>
  2734.         <showName> <false /> </showName>
  2735.         <highlight> <false /> </highlight>
  2736.         <autoHighlight> <false /> </autoHighlight>
  2737.         <sharedHighlight> <true /> </sharedHighlight>
  2738.         <family>0</family>
  2739.         <titleWidth>0</titleWidth>
  2740.         <icon>2548</icon>
  2741.         <textAlign>center</textAlign>
  2742.         <font>Chicago</font>
  2743.         <textSize>12</textSize>
  2744.         <textStyle>plain</textStyle>
  2745.         <name>Black Knight2</name>
  2746.         <script>on mouseDown
  2747. repeat while the mouse is down
  2748. set the loc of the target to the mouseloc
  2749. end repeat
  2750. end mouseDown
  2751.  
  2752. on mouseUp
  2753. play "Knight"
  2754. centerPiece
  2755. end mouseup
  2756. </script>
  2757.     </part>
  2758.     <content>
  2759.         <layer>background</layer>
  2760.         <id>67</id>
  2761.         <text>Board #2</text>
  2762.     </content>
  2763.     <content>
  2764.         <layer>background</layer>
  2765.         <id>75</id>
  2766.         <text>White</text>
  2767.     </content>
  2768.     <content>
  2769.         <layer>background</layer>
  2770.         <id>74</id>
  2771.         <text>Black</text>
  2772.     </content>
  2773.     <content>
  2774.         <layer>background</layer>
  2775.         <id>80</id>
  2776.         <text>8</text>
  2777.     </content>
  2778.     <content>
  2779.         <layer>background</layer>
  2780.         <id>81</id>
  2781.         <text>7</text>
  2782.     </content>
  2783.     <content>
  2784.         <layer>background</layer>
  2785.         <id>82</id>
  2786.         <text>6</text>
  2787.     </content>
  2788.     <content>
  2789.         <layer>background</layer>
  2790.         <id>83</id>
  2791.         <text>5</text>
  2792.     </content>
  2793.     <content>
  2794.         <layer>background</layer>
  2795.         <id>84</id>
  2796.         <text>4</text>
  2797.     </content>
  2798.     <content>
  2799.         <layer>background</layer>
  2800.         <id>85</id>
  2801.         <text>3</text>
  2802.     </content>
  2803.     <content>
  2804.         <layer>background</layer>
  2805.         <id>86</id>
  2806.         <text>2</text>
  2807.     </content>
  2808.     <content>
  2809.         <layer>background</layer>
  2810.         <id>87</id>
  2811.         <text>1</text>
  2812.     </content>
  2813.     <name></name>
  2814.     <script></script>
  2815. </card>
  2816.  
  2817.  
  2818. card_5947.xml
  2819. <?xml version="1.0" encoding="utf-8" ?>
  2820. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  2821. <card>
  2822.     <id>5947</id>
  2823.     <filler1>0</filler1>
  2824.     <cantDelete> <false /> </cantDelete>
  2825.     <showPict> <true /> </showPict>
  2826.     <dontSearch> <false /> </dontSearch>
  2827.     <owner>2581</owner>
  2828.     <link rel="stylesheet" type="text/css" href="stylesheet_3434.css" />
  2829.     <part>
  2830.         <id>3</id>
  2831.         <type>button</type>
  2832.         <visible> <true /> </visible>
  2833.         <reserved5> 0 </reserved5>
  2834.         <reserved4> 0 </reserved4>
  2835.         <reserved3> 0 </reserved3>
  2836.         <reserved2> 0 </reserved2>
  2837.         <reserved1> 0 </reserved1>
  2838.         <enabled> <true /> </enabled>
  2839.         <rect>
  2840.             <left>299</left>
  2841.             <top>299</top>
  2842.             <right>334</right>
  2843.             <bottom>334</bottom>
  2844.         </rect>
  2845.         <style>transparent</style>
  2846.         <showName> <false /> </showName>
  2847.         <highlight> <false /> </highlight>
  2848.         <autoHighlight> <false /> </autoHighlight>
  2849.         <sharedHighlight> <true /> </sharedHighlight>
  2850.         <family>0</family>
  2851.         <titleWidth>0</titleWidth>
  2852.         <icon>16145</icon>
  2853.         <textAlign>center</textAlign>
  2854.         <font>Chicago</font>
  2855.         <textSize>12</textSize>
  2856.         <textStyle>plain</textStyle>
  2857.         <name>White King</name>
  2858.         <script>on mouseDown
  2859. repeat while the mouse is down
  2860. set the loc of the target to the mouseloc
  2861. end repeat
  2862. end mouseDown
  2863.  
  2864. on mouseUp
  2865. play "Click"
  2866. centerPiece
  2867. end mouseup
  2868. </script>
  2869.     </part>
  2870.     <part>
  2871.         <id>4</id>
  2872.         <type>button</type>
  2873.         <visible> <true /> </visible>
  2874.         <reserved5> 0 </reserved5>
  2875.         <reserved4> 0 </reserved4>
  2876.         <reserved3> 0 </reserved3>
  2877.         <reserved2> 0 </reserved2>
  2878.         <reserved1> 0 </reserved1>
  2879.         <enabled> <true /> </enabled>
  2880.         <rect>
  2881.             <left>256</left>
  2882.             <top>299</top>
  2883.             <right>292</right>
  2884.             <bottom>334</bottom>
  2885.         </rect>
  2886.         <style>transparent</style>
  2887.         <showName> <false /> </showName>
  2888.         <highlight> <false /> </highlight>
  2889.         <autoHighlight> <false /> </autoHighlight>
  2890.         <sharedHighlight> <true /> </sharedHighlight>
  2891.         <family>0</family>
  2892.         <titleWidth>0</titleWidth>
  2893.         <icon>27947</icon>
  2894.         <textAlign>center</textAlign>
  2895.         <font>Chicago</font>
  2896.         <textSize>12</textSize>
  2897.         <textStyle>plain</textStyle>
  2898.         <name>White Queen</name>
  2899.         <script>on mouseDown
  2900. repeat while the mouse is down
  2901. set the loc of the target to the mouseloc
  2902. end repeat
  2903. end mouseDown
  2904.  
  2905. on mouseUp
  2906. play "Click"
  2907. centerPiece
  2908. end mouseup
  2909. </script>
  2910.     </part>
  2911.     <part>
  2912.         <id>5</id>
  2913.         <type>button</type>
  2914.         <visible> <true /> </visible>
  2915.         <reserved5> 0 </reserved5>
  2916.         <reserved4> 0 </reserved4>
  2917.         <reserved3> 0 </reserved3>
  2918.         <reserved2> 0 </reserved2>
  2919.         <reserved1> 0 </reserved1>
  2920.         <enabled> <true /> </enabled>
  2921.         <rect>
  2922.             <left>215</left>
  2923.             <top>299</top>
  2924.             <right>249</right>
  2925.             <bottom>334</bottom>
  2926.         </rect>
  2927.         <style>transparent</style>
  2928.         <showName> <false /> </showName>
  2929.         <highlight> <false /> </highlight>
  2930.         <autoHighlight> <false /> </autoHighlight>
  2931.         <sharedHighlight> <true /> </sharedHighlight>
  2932.         <family>0</family>
  2933.         <titleWidth>0</titleWidth>
  2934.         <icon>30724</icon>
  2935.         <textAlign>center</textAlign>
  2936.         <font>Chicago</font>
  2937.         <textSize>12</textSize>
  2938.         <textStyle>plain</textStyle>
  2939.         <name>White Bishop1</name>
  2940.         <script>on mouseDown
  2941. repeat while the mouse is down
  2942. set the loc of the target to the mouseloc
  2943. end repeat
  2944. end mouseDown
  2945.  
  2946. on mouseUp
  2947. play "Click"
  2948. centerPiece
  2949. end mouseup
  2950. </script>
  2951.     </part>
  2952.     <part>
  2953.         <id>6</id>
  2954.         <type>button</type>
  2955.         <visible> <true /> </visible>
  2956.         <reserved5> 0 </reserved5>
  2957.         <reserved4> 0 </reserved4>
  2958.         <reserved3> 0 </reserved3>
  2959.         <reserved2> 0 </reserved2>
  2960.         <reserved1> 0 </reserved1>
  2961.         <enabled> <true /> </enabled>
  2962.         <rect>
  2963.             <left>175</left>
  2964.             <top>298</top>
  2965.             <right>206</right>
  2966.             <bottom>334</bottom>
  2967.         </rect>
  2968.         <style>transparent</style>
  2969.         <showName> <false /> </showName>
  2970.         <highlight> <false /> </highlight>
  2971.         <autoHighlight> <false /> </autoHighlight>
  2972.         <sharedHighlight> <true /> </sharedHighlight>
  2973.         <family>0</family>
  2974.         <titleWidth>0</titleWidth>
  2975.         <icon>4614</icon>
  2976.         <textAlign>center</textAlign>
  2977.         <font>Chicago</font>
  2978.         <textSize>12</textSize>
  2979.         <textStyle>plain</textStyle>
  2980.         <name>White Knight1</name>
  2981.         <script>on mouseDown
  2982. repeat while the mouse is down
  2983. set the loc of the target to the mouseloc
  2984. end repeat
  2985. end mouseDown
  2986.  
  2987. on mouseUp
  2988. play "Knight"
  2989. centerPiece
  2990. end mouseup
  2991. </script>
  2992.     </part>
  2993.     <part>
  2994.         <id>7</id>
  2995.         <type>button</type>
  2996.         <visible> <true /> </visible>
  2997.         <reserved5> 0 </reserved5>
  2998.         <reserved4> 0 </reserved4>
  2999.         <reserved3> 0 </reserved3>
  3000.         <reserved2> 0 </reserved2>
  3001.         <reserved1> 0 </reserved1>
  3002.         <enabled> <true /> </enabled>
  3003.         <rect>
  3004.             <left>136</left>
  3005.             <top>258</top>
  3006.             <right>160</right>
  3007.             <bottom>291</bottom>
  3008.         </rect>
  3009.         <style>transparent</style>
  3010.         <showName> <false /> </showName>
  3011.         <highlight> <false /> </highlight>
  3012.         <autoHighlight> <false /> </autoHighlight>
  3013.         <sharedHighlight> <true /> </sharedHighlight>
  3014.         <family>0</family>
  3015.         <titleWidth>0</titleWidth>
  3016.         <icon>23927</icon>
  3017.         <textAlign>center</textAlign>
  3018.         <font>Chicago</font>
  3019.         <textSize>12</textSize>
  3020.         <textStyle>plain</textStyle>
  3021.         <name>White Pawn1</name>
  3022.         <script>on mouseDown
  3023. repeat while the mouse is down
  3024. set the loc of the target to the mouseloc
  3025. end repeat
  3026. end mouseDown
  3027.  
  3028. on mouseUp
  3029. play "Click2"
  3030. centerPiece
  3031. end mouseup
  3032. </script>
  3033.     </part>
  3034.     <part>
  3035.         <id>8</id>
  3036.         <type>button</type>
  3037.         <visible> <true /> </visible>
  3038.         <reserved5> 0 </reserved5>
  3039.         <reserved4> 0 </reserved4>
  3040.         <reserved3> 0 </reserved3>
  3041.         <reserved2> 0 </reserved2>
  3042.         <reserved1> 0 </reserved1>
  3043.         <enabled> <true /> </enabled>
  3044.         <rect>
  3045.             <left>135</left>
  3046.             <top>299</top>
  3047.             <right>162</right>
  3048.             <bottom>333</bottom>
  3049.         </rect>
  3050.         <style>transparent</style>
  3051.         <showName> <false /> </showName>
  3052.         <highlight> <false /> </highlight>
  3053.         <autoHighlight> <false /> </autoHighlight>
  3054.         <sharedHighlight> <true /> </sharedHighlight>
  3055.         <family>0</family>
  3056.         <titleWidth>0</titleWidth>
  3057.         <icon>30036</icon>
  3058.         <textAlign>center</textAlign>
  3059.         <font>Chicago</font>
  3060.         <textSize>12</textSize>
  3061.         <textStyle>plain</textStyle>
  3062.         <name>White Rook1</name>
  3063.         <script>on mouseDown
  3064. repeat while the mouse is down
  3065. set the loc of the target to the mouseloc
  3066. end repeat
  3067. end mouseDown
  3068.  
  3069. on mouseUp
  3070. play "Click"
  3071. centerPiece
  3072. end mouseup
  3073. </script>
  3074.     </part>
  3075.     <part>
  3076.         <id>9</id>
  3077.         <type>button</type>
  3078.         <visible> <true /> </visible>
  3079.         <reserved5> 0 </reserved5>
  3080.         <reserved4> 0 </reserved4>
  3081.         <reserved3> 0 </reserved3>
  3082.         <reserved2> 0 </reserved2>
  3083.         <reserved1> 0 </reserved1>
  3084.         <enabled> <true /> </enabled>
  3085.         <rect>
  3086.             <left>299</left>
  3087.             <top>5</top>
  3088.             <right>334</right>
  3089.             <bottom>40</bottom>
  3090.         </rect>
  3091.         <style>transparent</style>
  3092.         <showName> <false /> </showName>
  3093.         <highlight> <false /> </highlight>
  3094.         <autoHighlight> <false /> </autoHighlight>
  3095.         <sharedHighlight> <true /> </sharedHighlight>
  3096.         <family>0</family>
  3097.         <titleWidth>0</titleWidth>
  3098.         <icon>16113</icon>
  3099.         <textAlign>center</textAlign>
  3100.         <font>Chicago</font>
  3101.         <textSize>12</textSize>
  3102.         <textStyle>plain</textStyle>
  3103.         <name>Black King</name>
  3104.         <script>on mouseDown
  3105. repeat while the mouse is down
  3106. set the loc of the target to the mouseloc
  3107. end repeat
  3108. end mouseDown
  3109.  
  3110. on mouseUp
  3111. play "Click"
  3112. centerPiece
  3113. end mouseup
  3114. </script>
  3115.     </part>
  3116.     <part>
  3117.         <id>10</id>
  3118.         <type>button</type>
  3119.         <visible> <true /> </visible>
  3120.         <reserved5> 0 </reserved5>
  3121.         <reserved4> 0 </reserved4>
  3122.         <reserved3> 0 </reserved3>
  3123.         <reserved2> 0 </reserved2>
  3124.         <reserved1> 0 </reserved1>
  3125.         <enabled> <true /> </enabled>
  3126.         <rect>
  3127.             <left>258</left>
  3128.             <top>5</top>
  3129.             <right>291</right>
  3130.             <bottom>40</bottom>
  3131.         </rect>
  3132.         <style>transparent</style>
  3133.         <showName> <false /> </showName>
  3134.         <highlight> <false /> </highlight>
  3135.         <autoHighlight> <false /> </autoHighlight>
  3136.         <sharedHighlight> <true /> </sharedHighlight>
  3137.         <family>0</family>
  3138.         <titleWidth>0</titleWidth>
  3139.         <icon>14</icon>
  3140.         <textAlign>center</textAlign>
  3141.         <font>Chicago</font>
  3142.         <textSize>12</textSize>
  3143.         <textStyle>plain</textStyle>
  3144.         <name>Black Queen</name>
  3145.         <script>on mouseDown
  3146. repeat while the mouse is down
  3147. set the loc of the target to the mouseloc
  3148. end repeat
  3149. end mouseDown
  3150.  
  3151. on mouseUp
  3152. play "Click"
  3153. centerPiece
  3154. end mouseup
  3155. </script>
  3156.     </part>
  3157.     <part>
  3158.         <id>11</id>
  3159.         <type>button</type>
  3160.         <visible> <true /> </visible>
  3161.         <reserved5> 0 </reserved5>
  3162.         <reserved4> 0 </reserved4>
  3163.         <reserved3> 0 </reserved3>
  3164.         <reserved2> 0 </reserved2>
  3165.         <reserved1> 0 </reserved1>
  3166.         <enabled> <true /> </enabled>
  3167.         <rect>
  3168.             <left>214</left>
  3169.             <top>5</top>
  3170.             <right>250</right>
  3171.             <bottom>40</bottom>
  3172.         </rect>
  3173.         <style>transparent</style>
  3174.         <showName> <false /> </showName>
  3175.         <highlight> <false /> </highlight>
  3176.         <autoHighlight> <false /> </autoHighlight>
  3177.         <sharedHighlight> <true /> </sharedHighlight>
  3178.         <family>0</family>
  3179.         <titleWidth>0</titleWidth>
  3180.         <icon>11762</icon>
  3181.         <textAlign>center</textAlign>
  3182.         <font>Chicago</font>
  3183.         <textSize>12</textSize>
  3184.         <textStyle>plain</textStyle>
  3185.         <name>Black Bishop1</name>
  3186.         <script>on mouseDown
  3187. repeat while the mouse is down
  3188. set the loc of the target to the mouseloc
  3189. end repeat
  3190. end mouseDown
  3191.  
  3192. on mouseUp
  3193. play "Click"
  3194. centerPiece
  3195. end mouseup
  3196. </script>
  3197.     </part>
  3198.     <part>
  3199.         <id>12</id>
  3200.         <type>button</type>
  3201.         <visible> <true /> </visible>
  3202.         <reserved5> 0 </reserved5>
  3203.         <reserved4> 0 </reserved4>
  3204.         <reserved3> 0 </reserved3>
  3205.         <reserved2> 0 </reserved2>
  3206.         <reserved1> 0 </reserved1>
  3207.         <enabled> <true /> </enabled>
  3208.         <rect>
  3209.             <left>175</left>
  3210.             <top>4</top>
  3211.             <right>206</right>
  3212.             <bottom>40</bottom>
  3213.         </rect>
  3214.         <style>transparent</style>
  3215.         <showName> <false /> </showName>
  3216.         <highlight> <false /> </highlight>
  3217.         <autoHighlight> <false /> </autoHighlight>
  3218.         <sharedHighlight> <true /> </sharedHighlight>
  3219.         <family>0</family>
  3220.         <titleWidth>0</titleWidth>
  3221.         <icon>2548</icon>
  3222.         <textAlign>center</textAlign>
  3223.         <font>Chicago</font>
  3224.         <textSize>12</textSize>
  3225.         <textStyle>plain</textStyle>
  3226.         <name>Black Knight1</name>
  3227.         <script>on mouseDown
  3228. repeat while the mouse is down
  3229. set the loc of the target to the mouseloc
  3230. end repeat
  3231. end mouseDown
  3232.  
  3233. on mouseUp
  3234. play "Knight"
  3235. centerPiece
  3236. end mouseup
  3237. </script>
  3238.     </part>
  3239.     <part>
  3240.         <id>13</id>
  3241.         <type>button</type>
  3242.         <visible> <true /> </visible>
  3243.         <reserved5> 0 </reserved5>
  3244.         <reserved4> 0 </reserved4>
  3245.         <reserved3> 0 </reserved3>
  3246.         <reserved2> 0 </reserved2>
  3247.         <reserved1> 0 </reserved1>
  3248.         <enabled> <true /> </enabled>
  3249.         <rect>
  3250.             <left>135</left>
  3251.             <top>6</top>
  3252.             <right>162</right>
  3253.             <bottom>39</bottom>
  3254.         </rect>
  3255.         <style>transparent</style>
  3256.         <showName> <false /> </showName>
  3257.         <highlight> <false /> </highlight>
  3258.         <autoHighlight> <false /> </autoHighlight>
  3259.         <sharedHighlight> <true /> </sharedHighlight>
  3260.         <family>0</family>
  3261.         <titleWidth>0</titleWidth>
  3262.         <icon>484</icon>
  3263.         <textAlign>center</textAlign>
  3264.         <font>Chicago</font>
  3265.         <textSize>12</textSize>
  3266.         <textStyle>plain</textStyle>
  3267.         <name>Black Rook1</name>
  3268.         <script>on mouseDown
  3269. repeat while the mouse is down
  3270. set the loc of the target to the mouseloc
  3271. end repeat
  3272. end mouseDown
  3273.  
  3274. on mouseUp
  3275. play "Click"
  3276. centerPiece
  3277. end mouseup
  3278. </script>
  3279.     </part>
  3280.     <part>
  3281.         <id>14</id>
  3282.         <type>button</type>
  3283.         <visible> <true /> </visible>
  3284.         <reserved5> 0 </reserved5>
  3285.         <reserved4> 0 </reserved4>
  3286.         <reserved3> 0 </reserved3>
  3287.         <reserved2> 0 </reserved2>
  3288.         <reserved1> 0 </reserved1>
  3289.         <enabled> <true /> </enabled>
  3290.         <rect>
  3291.             <left>136</left>
  3292.             <top>48</top>
  3293.             <right>160</right>
  3294.             <bottom>81</bottom>
  3295.         </rect>
  3296.         <style>transparent</style>
  3297.         <showName> <false /> </showName>
  3298.         <highlight> <false /> </highlight>
  3299.         <autoHighlight> <false /> </autoHighlight>
  3300.         <sharedHighlight> <true /> </sharedHighlight>
  3301.         <family>0</family>
  3302.         <titleWidth>0</titleWidth>
  3303.         <icon>9813</icon>
  3304.         <textAlign>center</textAlign>
  3305.         <font>Chicago</font>
  3306.         <textSize>12</textSize>
  3307.         <textStyle>plain</textStyle>
  3308.         <name>Black Pawn1</name>
  3309.         <script>on mouseDown
  3310. repeat while the mouse is down
  3311. set the loc of the target to the mouseloc
  3312. end repeat
  3313. end mouseDown
  3314.  
  3315. on mouseUp
  3316. play "Click2"
  3317. centerPiece
  3318. end mouseup
  3319. </script>
  3320.     </part>
  3321.     <part>
  3322.         <id>16</id>
  3323.         <type>button</type>
  3324.         <visible> <true /> </visible>
  3325.         <reserved5> 0 </reserved5>
  3326.         <reserved4> 0 </reserved4>
  3327.         <reserved3> 0 </reserved3>
  3328.         <reserved2> 0 </reserved2>
  3329.         <reserved1> 0 </reserved1>
  3330.         <enabled> <true /> </enabled>
  3331.         <rect>
  3332.             <left>178</left>
  3333.             <top>258</top>
  3334.             <right>202</right>
  3335.             <bottom>291</bottom>
  3336.         </rect>
  3337.         <style>transparent</style>
  3338.         <showName> <false /> </showName>
  3339.         <highlight> <false /> </highlight>
  3340.         <autoHighlight> <false /> </autoHighlight>
  3341.         <sharedHighlight> <true /> </sharedHighlight>
  3342.         <family>0</family>
  3343.         <titleWidth>0</titleWidth>
  3344.         <icon>23927</icon>
  3345.         <textAlign>center</textAlign>
  3346.         <font>Chicago</font>
  3347.         <textSize>12</textSize>
  3348.         <textStyle>plain</textStyle>
  3349.         <name>White Pawn2</name>
  3350.         <script>on mouseDown
  3351. repeat while the mouse is down
  3352. set the loc of the target to the mouseloc
  3353. end repeat
  3354. end mouseDown
  3355.  
  3356. on mouseUp
  3357. play "Click2"
  3358. centerPiece
  3359. end mouseup
  3360. </script>
  3361.     </part>
  3362.     <part>
  3363.         <id>17</id>
  3364.         <type>button</type>
  3365.         <visible> <true /> </visible>
  3366.         <reserved5> 0 </reserved5>
  3367.         <reserved4> 0 </reserved4>
  3368.         <reserved3> 0 </reserved3>
  3369.         <reserved2> 0 </reserved2>
  3370.         <reserved1> 0 </reserved1>
  3371.         <enabled> <true /> </enabled>
  3372.         <rect>
  3373.             <left>220</left>
  3374.             <top>258</top>
  3375.             <right>244</right>
  3376.             <bottom>291</bottom>
  3377.         </rect>
  3378.         <style>transparent</style>
  3379.         <showName> <false /> </showName>
  3380.         <highlight> <false /> </highlight>
  3381.         <autoHighlight> <false /> </autoHighlight>
  3382.         <sharedHighlight> <true /> </sharedHighlight>
  3383.         <family>0</family>
  3384.         <titleWidth>0</titleWidth>
  3385.         <icon>23927</icon>
  3386.         <textAlign>center</textAlign>
  3387.         <font>Chicago</font>
  3388.         <textSize>12</textSize>
  3389.         <textStyle>plain</textStyle>
  3390.         <name>White Pawn3</name>
  3391.         <script>on mouseDown
  3392. repeat while the mouse is down
  3393. set the loc of the target to the mouseloc
  3394. end repeat
  3395. end mouseDown
  3396.  
  3397. on mouseUp
  3398. play "Click2"
  3399. centerPiece
  3400. end mouseup
  3401. </script>
  3402.     </part>
  3403.     <part>
  3404.         <id>18</id>
  3405.         <type>button</type>
  3406.         <visible> <true /> </visible>
  3407.         <reserved5> 0 </reserved5>
  3408.         <reserved4> 0 </reserved4>
  3409.         <reserved3> 0 </reserved3>
  3410.         <reserved2> 0 </reserved2>
  3411.         <reserved1> 0 </reserved1>
  3412.         <enabled> <true /> </enabled>
  3413.         <rect>
  3414.             <left>262</left>
  3415.             <top>258</top>
  3416.             <right>286</right>
  3417.             <bottom>291</bottom>
  3418.         </rect>
  3419.         <style>transparent</style>
  3420.         <showName> <false /> </showName>
  3421.         <highlight> <false /> </highlight>
  3422.         <autoHighlight> <false /> </autoHighlight>
  3423.         <sharedHighlight> <true /> </sharedHighlight>
  3424.         <family>0</family>
  3425.         <titleWidth>0</titleWidth>
  3426.         <icon>23927</icon>
  3427.         <textAlign>center</textAlign>
  3428.         <font>Chicago</font>
  3429.         <textSize>12</textSize>
  3430.         <textStyle>plain</textStyle>
  3431.         <name>White Pawn4</name>
  3432.         <script>on mouseDown
  3433. repeat while the mouse is down
  3434. set the loc of the target to the mouseloc
  3435. end repeat
  3436. end mouseDown
  3437.  
  3438. on mouseUp
  3439. play "Click2"
  3440. centerPiece
  3441. end mouseup
  3442. </script>
  3443.     </part>
  3444.     <part>
  3445.         <id>19</id>
  3446.         <type>button</type>
  3447.         <visible> <true /> </visible>
  3448.         <reserved5> 0 </reserved5>
  3449.         <reserved4> 0 </reserved4>
  3450.         <reserved3> 0 </reserved3>
  3451.         <reserved2> 0 </reserved2>
  3452.         <reserved1> 0 </reserved1>
  3453.         <enabled> <true /> </enabled>
  3454.         <rect>
  3455.             <left>304</left>
  3456.             <top>258</top>
  3457.             <right>328</right>
  3458.             <bottom>291</bottom>
  3459.         </rect>
  3460.         <style>transparent</style>
  3461.         <showName> <false /> </showName>
  3462.         <highlight> <false /> </highlight>
  3463.         <autoHighlight> <false /> </autoHighlight>
  3464.         <sharedHighlight> <true /> </sharedHighlight>
  3465.         <family>0</family>
  3466.         <titleWidth>0</titleWidth>
  3467.         <icon>23927</icon>
  3468.         <textAlign>center</textAlign>
  3469.         <font>Chicago</font>
  3470.         <textSize>12</textSize>
  3471.         <textStyle>plain</textStyle>
  3472.         <name>White Pawn5</name>
  3473.         <script>on mouseDown
  3474. repeat while the mouse is down
  3475. set the loc of the target to the mouseloc
  3476. end repeat
  3477. end mouseDown
  3478.  
  3479. on mouseUp
  3480. play "Click2"
  3481. centerPiece
  3482. end mouseup
  3483. </script>
  3484.     </part>
  3485.     <part>
  3486.         <id>20</id>
  3487.         <type>button</type>
  3488.         <visible> <true /> </visible>
  3489.         <reserved5> 0 </reserved5>
  3490.         <reserved4> 0 </reserved4>
  3491.         <reserved3> 0 </reserved3>
  3492.         <reserved2> 0 </reserved2>
  3493.         <reserved1> 0 </reserved1>
  3494.         <enabled> <true /> </enabled>
  3495.         <rect>
  3496.             <left>346</left>
  3497.             <top>258</top>
  3498.             <right>370</right>
  3499.             <bottom>291</bottom>
  3500.         </rect>
  3501.         <style>transparent</style>
  3502.         <showName> <false /> </showName>
  3503.         <highlight> <false /> </highlight>
  3504.         <autoHighlight> <false /> </autoHighlight>
  3505.         <sharedHighlight> <true /> </sharedHighlight>
  3506.         <family>0</family>
  3507.         <titleWidth>0</titleWidth>
  3508.         <icon>23927</icon>
  3509.         <textAlign>center</textAlign>
  3510.         <font>Chicago</font>
  3511.         <textSize>12</textSize>
  3512.         <textStyle>plain</textStyle>
  3513.         <name>White Pawn6</name>
  3514.         <script>on mouseDown
  3515. repeat while the mouse is down
  3516. set the loc of the target to the mouseloc
  3517. end repeat
  3518. end mouseDown
  3519.  
  3520. on mouseUp
  3521. play "Click2"
  3522. centerPiece
  3523. end mouseup
  3524. </script>
  3525.     </part>
  3526.     <part>
  3527.         <id>21</id>
  3528.         <type>button</type>
  3529.         <visible> <true /> </visible>
  3530.         <reserved5> 0 </reserved5>
  3531.         <reserved4> 0 </reserved4>
  3532.         <reserved3> 0 </reserved3>
  3533.         <reserved2> 0 </reserved2>
  3534.         <reserved1> 0 </reserved1>
  3535.         <enabled> <true /> </enabled>
  3536.         <rect>
  3537.             <left>388</left>
  3538.             <top>258</top>
  3539.             <right>412</right>
  3540.             <bottom>291</bottom>
  3541.         </rect>
  3542.         <style>transparent</style>
  3543.         <showName> <false /> </showName>
  3544.         <highlight> <false /> </highlight>
  3545.         <autoHighlight> <false /> </autoHighlight>
  3546.         <sharedHighlight> <true /> </sharedHighlight>
  3547.         <family>0</family>
  3548.         <titleWidth>0</titleWidth>
  3549.         <icon>23927</icon>
  3550.         <textAlign>center</textAlign>
  3551.         <font>Chicago</font>
  3552.         <textSize>12</textSize>
  3553.         <textStyle>plain</textStyle>
  3554.         <name>White Pawn7</name>
  3555.         <script>on mouseDown
  3556. repeat while the mouse is down
  3557. set the loc of the target to the mouseloc
  3558. end repeat
  3559. end mouseDown
  3560.  
  3561. on mouseUp
  3562. play "Click2"
  3563. centerPiece
  3564. end mouseup
  3565. </script>
  3566.     </part>
  3567.     <part>
  3568.         <id>22</id>
  3569.         <type>button</type>
  3570.         <visible> <true /> </visible>
  3571.         <reserved5> 0 </reserved5>
  3572.         <reserved4> 0 </reserved4>
  3573.         <reserved3> 0 </reserved3>
  3574.         <reserved2> 0 </reserved2>
  3575.         <reserved1> 0 </reserved1>
  3576.         <enabled> <true /> </enabled>
  3577.         <rect>
  3578.             <left>430</left>
  3579.             <top>258</top>
  3580.             <right>454</right>
  3581.             <bottom>291</bottom>
  3582.         </rect>
  3583.         <style>transparent</style>
  3584.         <showName> <false /> </showName>
  3585.         <highlight> <false /> </highlight>
  3586.         <autoHighlight> <false /> </autoHighlight>
  3587.         <sharedHighlight> <true /> </sharedHighlight>
  3588.         <family>0</family>
  3589.         <titleWidth>0</titleWidth>
  3590.         <icon>23927</icon>
  3591.         <textAlign>center</textAlign>
  3592.         <font>Chicago</font>
  3593.         <textSize>12</textSize>
  3594.         <textStyle>plain</textStyle>
  3595.         <name>White Pawn8</name>
  3596.         <script>on mouseDown
  3597. repeat while the mouse is down
  3598. set the loc of the target to the mouseloc
  3599. end repeat
  3600. end mouseDown
  3601.  
  3602. on mouseUp
  3603. play "Click2"
  3604. centerPiece
  3605. end mouseup
  3606. </script>
  3607.     </part>
  3608.     <part>
  3609.         <id>23</id>
  3610.         <type>button</type>
  3611.         <visible> <true /> </visible>
  3612.         <reserved5> 0 </reserved5>
  3613.         <reserved4> 0 </reserved4>
  3614.         <reserved3> 0 </reserved3>
  3615.         <reserved2> 0 </reserved2>
  3616.         <reserved1> 0 </reserved1>
  3617.         <enabled> <true /> </enabled>
  3618.         <rect>
  3619.             <left>178</left>
  3620.             <top>48</top>
  3621.             <right>202</right>
  3622.             <bottom>81</bottom>
  3623.         </rect>
  3624.         <style>transparent</style>
  3625.         <showName> <false /> </showName>
  3626.         <highlight> <false /> </highlight>
  3627.         <autoHighlight> <false /> </autoHighlight>
  3628.         <sharedHighlight> <true /> </sharedHighlight>
  3629.         <family>0</family>
  3630.         <titleWidth>0</titleWidth>
  3631.         <icon>9813</icon>
  3632.         <textAlign>center</textAlign>
  3633.         <font>Chicago</font>
  3634.         <textSize>12</textSize>
  3635.         <textStyle>plain</textStyle>
  3636.         <name>Black Pawn2</name>
  3637.         <script>on mouseDown
  3638. repeat while the mouse is down
  3639. set the loc of the target to the mouseloc
  3640. end repeat
  3641. end mouseDown
  3642.  
  3643. on mouseUp
  3644. centerPiece
  3645. play "Click2"
  3646. end mouseup
  3647. </script>
  3648.     </part>
  3649.     <part>
  3650.         <id>24</id>
  3651.         <type>button</type>
  3652.         <visible> <true /> </visible>
  3653.         <reserved5> 0 </reserved5>
  3654.         <reserved4> 0 </reserved4>
  3655.         <reserved3> 0 </reserved3>
  3656.         <reserved2> 0 </reserved2>
  3657.         <reserved1> 0 </reserved1>
  3658.         <enabled> <true /> </enabled>
  3659.         <rect>
  3660.             <left>220</left>
  3661.             <top>48</top>
  3662.             <right>244</right>
  3663.             <bottom>81</bottom>
  3664.         </rect>
  3665.         <style>transparent</style>
  3666.         <showName> <false /> </showName>
  3667.         <highlight> <false /> </highlight>
  3668.         <autoHighlight> <false /> </autoHighlight>
  3669.         <sharedHighlight> <true /> </sharedHighlight>
  3670.         <family>0</family>
  3671.         <titleWidth>0</titleWidth>
  3672.         <icon>9813</icon>
  3673.         <textAlign>center</textAlign>
  3674.         <font>Chicago</font>
  3675.         <textSize>12</textSize>
  3676.         <textStyle>plain</textStyle>
  3677.         <name>Black Pawn3</name>
  3678.         <script>on mouseDown
  3679. repeat while the mouse is down
  3680. set the loc of the target to the mouseloc
  3681. end repeat
  3682. end mouseDown
  3683.  
  3684. on mouseUp
  3685. play "Click2"
  3686. centerPiece
  3687. end mouseup
  3688. </script>
  3689.     </part>
  3690.     <part>
  3691.         <id>25</id>
  3692.         <type>button</type>
  3693.         <visible> <true /> </visible>
  3694.         <reserved5> 0 </reserved5>
  3695.         <reserved4> 0 </reserved4>
  3696.         <reserved3> 0 </reserved3>
  3697.         <reserved2> 0 </reserved2>
  3698.         <reserved1> 0 </reserved1>
  3699.         <enabled> <true /> </enabled>
  3700.         <rect>
  3701.             <left>262</left>
  3702.             <top>48</top>
  3703.             <right>286</right>
  3704.             <bottom>81</bottom>
  3705.         </rect>
  3706.         <style>transparent</style>
  3707.         <showName> <false /> </showName>
  3708.         <highlight> <false /> </highlight>
  3709.         <autoHighlight> <false /> </autoHighlight>
  3710.         <sharedHighlight> <true /> </sharedHighlight>
  3711.         <family>0</family>
  3712.         <titleWidth>0</titleWidth>
  3713.         <icon>9813</icon>
  3714.         <textAlign>center</textAlign>
  3715.         <font>Chicago</font>
  3716.         <textSize>12</textSize>
  3717.         <textStyle>plain</textStyle>
  3718.         <name>Black Pawn4</name>
  3719.         <script>on mouseDown
  3720. repeat while the mouse is down
  3721. set the loc of the target to the mouseloc
  3722. end repeat
  3723. end mouseDown
  3724.  
  3725. on mouseUp
  3726. play "Click2"
  3727. centerPiece
  3728. end mouseup
  3729. </script>
  3730.     </part>
  3731.     <part>
  3732.         <id>26</id>
  3733.         <type>button</type>
  3734.         <visible> <true /> </visible>
  3735.         <reserved5> 0 </reserved5>
  3736.         <reserved4> 0 </reserved4>
  3737.         <reserved3> 0 </reserved3>
  3738.         <reserved2> 0 </reserved2>
  3739.         <reserved1> 0 </reserved1>
  3740.         <enabled> <true /> </enabled>
  3741.         <rect>
  3742.             <left>304</left>
  3743.             <top>48</top>
  3744.             <right>328</right>
  3745.             <bottom>81</bottom>
  3746.         </rect>
  3747.         <style>transparent</style>
  3748.         <showName> <false /> </showName>
  3749.         <highlight> <false /> </highlight>
  3750.         <autoHighlight> <false /> </autoHighlight>
  3751.         <sharedHighlight> <true /> </sharedHighlight>
  3752.         <family>0</family>
  3753.         <titleWidth>0</titleWidth>
  3754.         <icon>9813</icon>
  3755.         <textAlign>center</textAlign>
  3756.         <font>Chicago</font>
  3757.         <textSize>12</textSize>
  3758.         <textStyle>plain</textStyle>
  3759.         <name>Black Pawn5</name>
  3760.         <script>on mouseDown
  3761. repeat while the mouse is down
  3762. set the loc of the target to the mouseloc
  3763. end repeat
  3764. end mouseDown
  3765.  
  3766. on mouseUp
  3767. play "Click2"
  3768. centerPiece
  3769. end mouseup
  3770. </script>
  3771.     </part>
  3772.     <part>
  3773.         <id>27</id>
  3774.         <type>button</type>
  3775.         <visible> <true /> </visible>
  3776.         <reserved5> 0 </reserved5>
  3777.         <reserved4> 0 </reserved4>
  3778.         <reserved3> 0 </reserved3>
  3779.         <reserved2> 0 </reserved2>
  3780.         <reserved1> 0 </reserved1>
  3781.         <enabled> <true /> </enabled>
  3782.         <rect>
  3783.             <left>346</left>
  3784.             <top>48</top>
  3785.             <right>370</right>
  3786.             <bottom>81</bottom>
  3787.         </rect>
  3788.         <style>transparent</style>
  3789.         <showName> <false /> </showName>
  3790.         <highlight> <false /> </highlight>
  3791.         <autoHighlight> <false /> </autoHighlight>
  3792.         <sharedHighlight> <true /> </sharedHighlight>
  3793.         <family>0</family>
  3794.         <titleWidth>0</titleWidth>
  3795.         <icon>9813</icon>
  3796.         <textAlign>center</textAlign>
  3797.         <font>Chicago</font>
  3798.         <textSize>12</textSize>
  3799.         <textStyle>plain</textStyle>
  3800.         <name>Black Pawn6</name>
  3801.         <script>on mouseDown
  3802. repeat while the mouse is down
  3803. set the loc of the target to the mouseloc
  3804. end repeat
  3805. end mouseDown
  3806.  
  3807. on mouseUp
  3808. play "Click2"
  3809. centerPiece
  3810. end mouseup
  3811. </script>
  3812.     </part>
  3813.     <part>
  3814.         <id>28</id>
  3815.         <type>button</type>
  3816.         <visible> <true /> </visible>
  3817.         <reserved5> 0 </reserved5>
  3818.         <reserved4> 0 </reserved4>
  3819.         <reserved3> 0 </reserved3>
  3820.         <reserved2> 0 </reserved2>
  3821.         <reserved1> 0 </reserved1>
  3822.         <enabled> <true /> </enabled>
  3823.         <rect>
  3824.             <left>388</left>
  3825.             <top>48</top>
  3826.             <right>412</right>
  3827.             <bottom>81</bottom>
  3828.         </rect>
  3829.         <style>transparent</style>
  3830.         <showName> <false /> </showName>
  3831.         <highlight> <false /> </highlight>
  3832.         <autoHighlight> <false /> </autoHighlight>
  3833.         <sharedHighlight> <true /> </sharedHighlight>
  3834.         <family>0</family>
  3835.         <titleWidth>0</titleWidth>
  3836.         <icon>9813</icon>
  3837.         <textAlign>center</textAlign>
  3838.         <font>Chicago</font>
  3839.         <textSize>12</textSize>
  3840.         <textStyle>plain</textStyle>
  3841.         <name>Black Pawn7</name>
  3842.         <script>on mouseDown
  3843. repeat while the mouse is down
  3844. set the loc of the target to the mouseloc
  3845. end repeat
  3846. end mouseDown
  3847.  
  3848. on mouseUp
  3849. play "Click2"
  3850. centerPiece
  3851. end mouseup
  3852. </script>
  3853.     </part>
  3854.     <part>
  3855.         <id>29</id>
  3856.         <type>button</type>
  3857.         <visible> <true /> </visible>
  3858.         <reserved5> 0 </reserved5>
  3859.         <reserved4> 0 </reserved4>
  3860.         <reserved3> 0 </reserved3>
  3861.         <reserved2> 0 </reserved2>
  3862.         <reserved1> 0 </reserved1>
  3863.         <enabled> <true /> </enabled>
  3864.         <rect>
  3865.             <left>430</left>
  3866.             <top>48</top>
  3867.             <right>454</right>
  3868.             <bottom>81</bottom>
  3869.         </rect>
  3870.         <style>transparent</style>
  3871.         <showName> <false /> </showName>
  3872.         <highlight> <false /> </highlight>
  3873.         <autoHighlight> <false /> </autoHighlight>
  3874.         <sharedHighlight> <true /> </sharedHighlight>
  3875.         <family>0</family>
  3876.         <titleWidth>0</titleWidth>
  3877.         <icon>9813</icon>
  3878.         <textAlign>center</textAlign>
  3879.         <font>Chicago</font>
  3880.         <textSize>12</textSize>
  3881.         <textStyle>plain</textStyle>
  3882.         <name>Black Pawn8</name>
  3883.         <script>on mouseDown
  3884. repeat while the mouse is down
  3885. set the loc of the target to the mouseloc
  3886. end repeat
  3887. end mouseDown
  3888.  
  3889. on mouseUp
  3890. play "Click2"
  3891. centerPiece
  3892. end mouseup
  3893. </script>
  3894.     </part>
  3895.     <part>
  3896.         <id>30</id>
  3897.         <type>button</type>
  3898.         <visible> <true /> </visible>
  3899.         <reserved5> 0 </reserved5>
  3900.         <reserved4> 0 </reserved4>
  3901.         <reserved3> 0 </reserved3>
  3902.         <reserved2> 0 </reserved2>
  3903.         <reserved1> 0 </reserved1>
  3904.         <enabled> <true /> </enabled>
  3905.         <rect>
  3906.             <left>429</left>
  3907.             <top>299</top>
  3908.             <right>456</right>
  3909.             <bottom>333</bottom>
  3910.         </rect>
  3911.         <style>transparent</style>
  3912.         <showName> <false /> </showName>
  3913.         <highlight> <false /> </highlight>
  3914.         <autoHighlight> <false /> </autoHighlight>
  3915.         <sharedHighlight> <true /> </sharedHighlight>
  3916.         <family>0</family>
  3917.         <titleWidth>0</titleWidth>
  3918.         <icon>30036</icon>
  3919.         <textAlign>center</textAlign>
  3920.         <font>Chicago</font>
  3921.         <textSize>12</textSize>
  3922.         <textStyle>plain</textStyle>
  3923.         <name>White Rook2</name>
  3924.         <script>on mouseDown
  3925. repeat while the mouse is down
  3926. set the loc of the target to the mouseloc
  3927. end repeat
  3928. end mouseDown
  3929.  
  3930. on mouseUp
  3931. play "Click"
  3932. centerPiece
  3933. end mouseup
  3934. </script>
  3935.     </part>
  3936.     <part>
  3937.         <id>31</id>
  3938.         <type>button</type>
  3939.         <visible> <true /> </visible>
  3940.         <reserved5> 0 </reserved5>
  3941.         <reserved4> 0 </reserved4>
  3942.         <reserved3> 0 </reserved3>
  3943.         <reserved2> 0 </reserved2>
  3944.         <reserved1> 0 </reserved1>
  3945.         <enabled> <true /> </enabled>
  3946.         <rect>
  3947.             <left>341</left>
  3948.             <top>299</top>
  3949.             <right>375</right>
  3950.             <bottom>334</bottom>
  3951.         </rect>
  3952.         <style>transparent</style>
  3953.         <showName> <false /> </showName>
  3954.         <highlight> <false /> </highlight>
  3955.         <autoHighlight> <false /> </autoHighlight>
  3956.         <sharedHighlight> <true /> </sharedHighlight>
  3957.         <family>0</family>
  3958.         <titleWidth>0</titleWidth>
  3959.         <icon>30724</icon>
  3960.         <textAlign>center</textAlign>
  3961.         <font>Chicago</font>
  3962.         <textSize>12</textSize>
  3963.         <textStyle>plain</textStyle>
  3964.         <name>White Bishop2</name>
  3965.         <script>on mouseDown
  3966. repeat while the mouse is down
  3967. set the loc of the target to the mouseloc
  3968. end repeat
  3969. end mouseDown
  3970.  
  3971. on mouseUp
  3972. play "Click"
  3973. centerPiece
  3974. end mouseup
  3975. </script>
  3976.     </part>
  3977.     <part>
  3978.         <id>32</id>
  3979.         <type>button</type>
  3980.         <visible> <true /> </visible>
  3981.         <reserved5> 0 </reserved5>
  3982.         <reserved4> 0 </reserved4>
  3983.         <reserved3> 0 </reserved3>
  3984.         <reserved2> 0 </reserved2>
  3985.         <reserved1> 0 </reserved1>
  3986.         <enabled> <true /> </enabled>
  3987.         <rect>
  3988.             <left>385</left>
  3989.             <top>298</top>
  3990.             <right>416</right>
  3991.             <bottom>334</bottom>
  3992.         </rect>
  3993.         <style>transparent</style>
  3994.         <showName> <false /> </showName>
  3995.         <highlight> <false /> </highlight>
  3996.         <autoHighlight> <false /> </autoHighlight>
  3997.         <sharedHighlight> <true /> </sharedHighlight>
  3998.         <family>0</family>
  3999.         <titleWidth>0</titleWidth>
  4000.         <icon>4614</icon>
  4001.         <textAlign>center</textAlign>
  4002.         <font>Chicago</font>
  4003.         <textSize>12</textSize>
  4004.         <textStyle>plain</textStyle>
  4005.         <name>White Knight2</name>
  4006.         <script>on mouseDown
  4007. repeat while the mouse is down
  4008. set the loc of the target to the mouseloc
  4009. end repeat
  4010. end mouseDown
  4011.  
  4012. on mouseUp
  4013. play "Knight"
  4014. centerPiece
  4015. end mouseup
  4016. </script>
  4017.     </part>
  4018.     <part>
  4019.         <id>33</id>
  4020.         <type>button</type>
  4021.         <visible> <true /> </visible>
  4022.         <reserved5> 0 </reserved5>
  4023.         <reserved4> 0 </reserved4>
  4024.         <reserved3> 0 </reserved3>
  4025.         <reserved2> 0 </reserved2>
  4026.         <reserved1> 0 </reserved1>
  4027.         <enabled> <true /> </enabled>
  4028.         <rect>
  4029.             <left>429</left>
  4030.             <top>6</top>
  4031.             <right>456</right>
  4032.             <bottom>39</bottom>
  4033.         </rect>
  4034.         <style>transparent</style>
  4035.         <showName> <false /> </showName>
  4036.         <highlight> <false /> </highlight>
  4037.         <autoHighlight> <false /> </autoHighlight>
  4038.         <sharedHighlight> <true /> </sharedHighlight>
  4039.         <family>0</family>
  4040.         <titleWidth>0</titleWidth>
  4041.         <icon>484</icon>
  4042.         <textAlign>center</textAlign>
  4043.         <font>Chicago</font>
  4044.         <textSize>12</textSize>
  4045.         <textStyle>plain</textStyle>
  4046.         <name>Black Rook2</name>
  4047.         <script>on mouseDown
  4048. repeat while the mouse is down
  4049. set the loc of the target to the mouseloc
  4050. end repeat
  4051. end mouseDown
  4052.  
  4053. on mouseUp
  4054. play "Click"
  4055. centerPiece
  4056. end mouseup
  4057. </script>
  4058.     </part>
  4059.     <part>
  4060.         <id>34</id>
  4061.         <type>button</type>
  4062.         <visible> <true /> </visible>
  4063.         <reserved5> 0 </reserved5>
  4064.         <reserved4> 0 </reserved4>
  4065.         <reserved3> 0 </reserved3>
  4066.         <reserved2> 0 </reserved2>
  4067.         <reserved1> 0 </reserved1>
  4068.         <enabled> <true /> </enabled>
  4069.         <rect>
  4070.             <left>340</left>
  4071.             <top>5</top>
  4072.             <right>376</right>
  4073.             <bottom>40</bottom>
  4074.         </rect>
  4075.         <style>transparent</style>
  4076.         <showName> <false /> </showName>
  4077.         <highlight> <false /> </highlight>
  4078.         <autoHighlight> <false /> </autoHighlight>
  4079.         <sharedHighlight> <true /> </sharedHighlight>
  4080.         <family>0</family>
  4081.         <titleWidth>0</titleWidth>
  4082.         <icon>11762</icon>
  4083.         <textAlign>center</textAlign>
  4084.         <font>Chicago</font>
  4085.         <textSize>12</textSize>
  4086.         <textStyle>plain</textStyle>
  4087.         <name>Black Bishop2</name>
  4088.         <script>on mouseDown
  4089. repeat while the mouse is down
  4090. set the loc of the target to the mouseloc
  4091. end repeat
  4092. end mouseDown
  4093.  
  4094. on mouseUp
  4095. play "Click"
  4096. centerPiece
  4097. end mouseup
  4098. </script>
  4099.     </part>
  4100.     <part>
  4101.         <id>35</id>
  4102.         <type>button</type>
  4103.         <visible> <true /> </visible>
  4104.         <reserved5> 0 </reserved5>
  4105.         <reserved4> 0 </reserved4>
  4106.         <reserved3> 0 </reserved3>
  4107.         <reserved2> 0 </reserved2>
  4108.         <reserved1> 0 </reserved1>
  4109.         <enabled> <true /> </enabled>
  4110.         <rect>
  4111.             <left>385</left>
  4112.             <top>4</top>
  4113.             <right>416</right>
  4114.             <bottom>40</bottom>
  4115.         </rect>
  4116.         <style>transparent</style>
  4117.         <showName> <false /> </showName>
  4118.         <highlight> <false /> </highlight>
  4119.         <autoHighlight> <false /> </autoHighlight>
  4120.         <sharedHighlight> <true /> </sharedHighlight>
  4121.         <family>0</family>
  4122.         <titleWidth>0</titleWidth>
  4123.         <icon>2548</icon>
  4124.         <textAlign>center</textAlign>
  4125.         <font>Chicago</font>
  4126.         <textSize>12</textSize>
  4127.         <textStyle>plain</textStyle>
  4128.         <name>Black Knight2</name>
  4129.         <script>on mouseDown
  4130. repeat while the mouse is down
  4131. set the loc of the target to the mouseloc
  4132. end repeat
  4133. end mouseDown
  4134.  
  4135. on mouseUp
  4136. play "Knight"
  4137. centerPiece
  4138. end mouseup
  4139. </script>
  4140.     </part>
  4141.     <content>
  4142.         <layer>background</layer>
  4143.         <id>67</id>
  4144.         <text>Board #3</text>
  4145.     </content>
  4146.     <content>
  4147.         <layer>background</layer>
  4148.         <id>75</id>
  4149.         <text>White</text>
  4150.     </content>
  4151.     <content>
  4152.         <layer>background</layer>
  4153.         <id>74</id>
  4154.         <text>Black</text>
  4155.     </content>
  4156.     <content>
  4157.         <layer>background</layer>
  4158.         <id>80</id>
  4159.         <text>8</text>
  4160.     </content>
  4161.     <content>
  4162.         <layer>background</layer>
  4163.         <id>81</id>
  4164.         <text>7</text>
  4165.     </content>
  4166.     <content>
  4167.         <layer>background</layer>
  4168.         <id>82</id>
  4169.         <text>6</text>
  4170.     </content>
  4171.     <content>
  4172.         <layer>background</layer>
  4173.         <id>83</id>
  4174.         <text>5</text>
  4175.     </content>
  4176.     <content>
  4177.         <layer>background</layer>
  4178.         <id>84</id>
  4179.         <text>4</text>
  4180.     </content>
  4181.     <content>
  4182.         <layer>background</layer>
  4183.         <id>85</id>
  4184.         <text>3</text>
  4185.     </content>
  4186.     <content>
  4187.         <layer>background</layer>
  4188.         <id>86</id>
  4189.         <text>2</text>
  4190.     </content>
  4191.     <content>
  4192.         <layer>background</layer>
  4193.         <id>87</id>
  4194.         <text>1</text>
  4195.     </content>
  4196.     <name></name>
  4197.     <script></script>
  4198. </card>
  4199.  
  4200.  
  4201. card_4339.xml
  4202. <?xml version="1.0" encoding="utf-8" ?>
  4203. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4204. <card>
  4205.     <id>4339</id>
  4206.     <filler1>0</filler1>
  4207.     <cantDelete> <false /> </cantDelete>
  4208.     <showPict> <true /> </showPict>
  4209.     <dontSearch> <false /> </dontSearch>
  4210.     <owner>4455</owner>
  4211.     <link rel="stylesheet" type="text/css" href="stylesheet_3434.css" />
  4212.     <content>
  4213.         <layer>background</layer>
  4214.         <id>4</id>
  4215.         <text>Chess Notation</text>
  4216.     </content>
  4217.     <content>
  4218.         <layer>background</layer>
  4219.         <id>5</id>
  4220.         <text>Board #4</text>
  4221.     </content>
  4222.     <content>
  4223.         <layer>background</layer>
  4224.         <id>1</id>
  4225.         <text><span class="style2">lgebraic Chess Notation</span><span class="style1">
  4226.  
  4227.    Turn your chess board so that the square closest to you on your
  4228. right is light colored. The columns of the board are designated a through h, from left to right, and the rows are designated 1 through 8, with 1 closest to you. The white pieces start on rows 1 and 2, and the black pieces start on rows 7 and 8.
  4229.  
  4230.   For pawn moves, only the name of the square is indicated, so 'e4' means that the pawn moves to e4. For pawn captures, indicate the column that the pawn starts in and the square that it captures, so 'cxd5' means the pawn in the c column captures whatever is on d5. For piece moves, use B for bishop, N for knight, R for rook, K for king, and Q for queen. So 'Nf6' means that the knight moves from wherever it is to the f6 square. If two pieces, such as knights, can move to the same square, then first attempt to differentiate them by column, so 'Nbd7' means that the knight in the b column moves to d7, whereas 'Nfd7' means that the knight in the f column moves to d7. If the two pieces cannot be differentiated by column, then use the row, so 'N8d7' versus 'N6d7' would be used for two knights which are both in the b column, for example. When a piece makes a capture, indicate the piece and the square on which it captures, such as Bxc3 or Qxe7.
  4231.  
  4232.   Indicate moves that place the opponent's king in check with a '+' after the move, so 'Bg4+' means that the bishop moves to g4 and puts the king in check. Kingside castling is indicated by 'O-O' and queenside castling by 'O-O-O'. En passant pawn captures are indicated by placing the letters 'e.p.' after the move, so 'fxe3 e.p.' means that the pawn in the f column captured the pawn that moved to e4 en passant.  I've used the terms 'column' and 'row' for clarity, but in chess columns are known as 'files' and rows are known as 'ranks'. And also, '++' is used to indicated checkmate. This system of notation is known as the short algebraic notation, and it is the preferred notation of both the US Chess Federation and the World Chess Federation (FIDE).
  4233.  
  4234. </span><span class="style19">(Courtesy Sherlock Holmes of Santa Barbara)</span></text>
  4235.     </content>
  4236.     <name>Help</name>
  4237.     <script>on opencard
  4238. hide menubar
  4239. end opencard
  4240. </script>
  4241. </card>
  4242.  
  4243.  
  4244. card_4945.xml
  4245. <?xml version="1.0" encoding="utf-8" ?>
  4246. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4247. <card>
  4248.     <id>4945</id>
  4249.     <filler1>0</filler1>
  4250.     <cantDelete> <false /> </cantDelete>
  4251.     <showPict> <true /> </showPict>
  4252.     <dontSearch> <false /> </dontSearch>
  4253.     <owner>3845</owner>
  4254.     <link rel="stylesheet" type="text/css" href="stylesheet_3434.css" />
  4255.     <part>
  4256.         <id>1</id>
  4257.         <type>field</type>
  4258.         <visible> <true /> </visible>
  4259.         <dontWrap> <false /> </dontWrap>
  4260.         <dontSearch> <false /> </dontSearch>
  4261.         <sharedText> <false /> </sharedText>
  4262.         <fixedLineHeight> <false /> </fixedLineHeight>
  4263.         <autoTab> <false /> </autoTab>
  4264.         <lockText> <true /> </lockText>
  4265.         <rect>
  4266.             <left>131</left>
  4267.             <top>13</top>
  4268.             <right>369</right>
  4269.             <bottom>41</bottom>
  4270.         </rect>
  4271.         <style>shadow</style>
  4272.         <autoSelect> <false /> </autoSelect>
  4273.         <showLines> <false /> </showLines>
  4274.         <wideMargins> <false /> </wideMargins>
  4275.         <multipleLines> <false /> </multipleLines>
  4276.         <reservedFamily> 0 </reservedFamily>
  4277.         <titleWidth>0</titleWidth>
  4278.         <icon>0</icon>
  4279.         <textAlign>center</textAlign>
  4280.         <font>Times</font>
  4281.         <textSize>27</textSize>
  4282.         <textStyle>bold</textStyle>
  4283.         <textHeight>40</textHeight>
  4284.         <name></name>
  4285.         <script></script>
  4286.     </part>
  4287.     <part>
  4288.         <id>3</id>
  4289.         <type>button</type>
  4290.         <visible> <true /> </visible>
  4291.         <reserved5> 0 </reserved5>
  4292.         <reserved4> 0 </reserved4>
  4293.         <reserved3> 0 </reserved3>
  4294.         <reserved2> 0 </reserved2>
  4295.         <reserved1> 0 </reserved1>
  4296.         <enabled> <true /> </enabled>
  4297.         <rect>
  4298.             <left>199</left>
  4299.             <top>317</top>
  4300.             <right>301</right>
  4301.             <bottom>339</bottom>
  4302.         </rect>
  4303.         <style>roundrect</style>
  4304.         <showName> <true /> </showName>
  4305.         <highlight> <false /> </highlight>
  4306.         <autoHighlight> <true /> </autoHighlight>
  4307.         <sharedHighlight> <true /> </sharedHighlight>
  4308.         <family>0</family>
  4309.         <titleWidth>0</titleWidth>
  4310.         <icon>0</icon>
  4311.         <textAlign>center</textAlign>
  4312.         <font>Chicago</font>
  4313.         <textSize>12</textSize>
  4314.         <textStyle>plain</textStyle>
  4315.         <name>Tell Me More!</name>
  4316.         <script>on mouseUp
  4317. visual effect scroll left
  4318. go next card
  4319. end mouseUp
  4320.  
  4321. </script>
  4322.     </part>
  4323.     <content>
  4324.         <layer>card</layer>
  4325.         <id>1</id>
  4326.         <text>About This Stack</text>
  4327.     </content>
  4328.     <content>
  4329.         <layer>background</layer>
  4330.         <id>1</id>
  4331.         <text><span class="style1">his Stack is Shareware. If you like it and find it useful, please send a whopping $3 to the address below. If you would would like to see more stacks of this kind let me know. 
  4332.  
  4333.                   </span><span class="style12">Grr-</span><span class="style11">aphics</span><span class="style7">
  4334.             </span><span class="style9">P.O. Box 3656
  4335.                   Santa Barbara, CA 93130-3656</span><span class="style10">
  4336. </span><span class="style2">
  4337. </span><span class="style1">AOL Address - Dugless
  4338. GEnie            - D.Hanley
  4339. Copyright¬© 1991 </span><span class="style8">Grr-</span><span class="style9">aphic Interfaces
  4340. </span><span class="style20">
  4341. </span><span class="style19">Portions of this are by an unknown author, who is entitled to 40% of any shareware fees I collect from this stack if he can prove he wrote it.</span></text>
  4342.     </content>
  4343.     <name></name>
  4344.     <script></script>
  4345. </card>
  4346.  
  4347.  
  4348. card_2927.xml
  4349. <?xml version="1.0" encoding="utf-8" ?>
  4350. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4351. <card>
  4352.     <id>2927</id>
  4353.     <filler1>0</filler1>
  4354.     <cantDelete> <false /> </cantDelete>
  4355.     <showPict> <true /> </showPict>
  4356.     <dontSearch> <false /> </dontSearch>
  4357.     <owner>3845</owner>
  4358.     <link rel="stylesheet" type="text/css" href="stylesheet_3434.css" />
  4359.     <part>
  4360.         <id>1</id>
  4361.         <type>field</type>
  4362.         <visible> <true /> </visible>
  4363.         <dontWrap> <false /> </dontWrap>
  4364.         <dontSearch> <false /> </dontSearch>
  4365.         <sharedText> <false /> </sharedText>
  4366.         <fixedLineHeight> <false /> </fixedLineHeight>
  4367.         <autoTab> <false /> </autoTab>
  4368.         <lockText> <true /> </lockText>
  4369.         <rect>
  4370.             <left>131</left>
  4371.             <top>13</top>
  4372.             <right>368</right>
  4373.             <bottom>45</bottom>
  4374.         </rect>
  4375.         <style>shadow</style>
  4376.         <autoSelect> <false /> </autoSelect>
  4377.         <showLines> <false /> </showLines>
  4378.         <wideMargins> <false /> </wideMargins>
  4379.         <multipleLines> <false /> </multipleLines>
  4380.         <reservedFamily> 0 </reservedFamily>
  4381.         <titleWidth>0</titleWidth>
  4382.         <icon>0</icon>
  4383.         <textAlign>center</textAlign>
  4384.         <font>Times</font>
  4385.         <textSize>27</textSize>
  4386.         <textStyle>bold</textStyle>
  4387.         <textHeight>40</textHeight>
  4388.         <name></name>
  4389.         <script></script>
  4390.     </part>
  4391.     <content>
  4392.         <layer>card</layer>
  4393.         <id>1</id>
  4394.         <text><span class="style13">bout HyperChess</span></text>
  4395.     </content>
  4396.     <content>
  4397.         <layer>background</layer>
  4398.         <id>1</id>
  4399.         <text><span class="style2">HyperChess </span><span class="style1">is a great utility for players who play chess via Mail or BBSes.  You can have as many games going as you want by saving them. When you save it creates a new card with the layout of that game.
  4400.  
  4401. </span><span class="style2">HyperChess</span><span class="style1"> is easy to use. If you have any questions contact via E-mail through those addresses mentioned before.
  4402.  
  4403. If you would like the password to unlock this stack the shareware fee is $5 instead of $3. Please support the noble concept of Shareware!!!
  4404. </span></text>
  4405.     </content>
  4406.     <name></name>
  4407.     <script></script>
  4408. </card>
  4409.  
  4410.  
  4411.